Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [0.3](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2...v0.3) (2026-02-02)
## [Unreleased](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.3...main)

### Changed
- **Breaking**: Don't set SONAME in shared library

## [0.3](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.2...v0.3)

### Added
- New APIs
Expand All @@ -8,7 +13,7 @@
- Updated Firebolt C++ Transport dependency to `v1.0.0`
- Added `BUILD_WITH_INSTALLED_TRANSPORT` option to allow building with the installed Transport even if the version mismatches, enabled by default

## [0.2.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0) (2025-12-16)
## [0.2.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.1.0...v0.2.0)

### Added
- New APIs
Expand All @@ -35,7 +40,7 @@
- Metrics
- SecureStorage

## [0.1.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0) (2025-12-16)
## [0.1.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.0.1...v0.1.0)

### Added
- Initial Firebolt C++ Client
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ set_target_properties(${TARGET} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED YES
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR}
NO_SONAME ON
CMAKE_POSITION_INDEPENDENT_CODE ON
)

Expand Down