@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] -
8+ ## [ 0.1.0 ] - 2026-01-13
99
1010### Added
1111- Data logger implementation for tracking application activity
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232- Level2 message side parsing issue that was causing incorrect order book updates
3333- Various minor bugs in WebSocket message processing
3434
35- ## [ 0.1.0] - 2025-12-04
35+ ## [ 0.1.0-candidate ] - 2025-11-29
3636
3737### Added
3838- Initial implementation of Coinbase Advanced API C++ SDK
@@ -42,15 +42,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242- JWT authentication support using jwt-cpp library
4343- Type safety with full C++ type definitions for all API responses
4444- Modern C++ features including C++20, RAII, smart pointers, and modern C++ best practices
45- - Thread-safe design for multi-threaded applications
46-
47- ### Changed
48- - Initial project structure with include/coinbase/ directory for all headers
49- - Implemented basic REST API and WebSocket API functionality
50- - Added support for various order types and market data channels
51-
52- ### Fixed
53- - Initial implementation issues and bugs in core functionality
54-
55- [ Unreleased ] : https://github.com/SlickQuant/coinbase_advanced_cpp/compare/v0.1.0...HEAD
56- [ 0.1.0 ] : https://github.com/SlickQuant/coinbase_advanced_cpp/commits/v0.1.0
45+ - Thread-safe design for multi-threaded applications
0 commit comments