We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe908f4 commit f0a3eeeCopy full SHA for f0a3eee
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased] -
+## [0.1.1] - 2026-01-13
9
10
### Added
11
- Data logger implementation for tracking application activity
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
3
set(CMAKE_CXX_STANDARD 20)
4
project(coinbase-advanced-cpp
- VERSION 0.1.0
+ VERSION 0.1.1
LANGUAGES CXX)
if (CMAKE_BUILD_TYPE MATCHES Debug)
0 commit comments