From 4848de0d071b4cd49d5957a3ea1f5ba17abdf316 Mon Sep 17 00:00:00 2001 From: cryptochassis Date: Sun, 22 Nov 2020 13:29:14 -0800 Subject: [PATCH] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efd2bee0..c8e6efd5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ +**NEW**: Version 2.0.0 has been released. The APIs remain to be largely the same to version 1.x.x except for a few small breaking changes with the most prominent one being renaming of some of the macros needed at build time. # ccapi_cpp * A header-only C++ library for streaming public market data directly from cryptocurrency exchanges (i.e. the connections are between your server and the exchange server without anything in-between). * Code closely follows Bloomberg's API: https://www.bloomberg.com/professional/support/api-library/.