We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f6c3f commit cfc6d23Copy full SHA for cfc6d23
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.5.1](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.5.0...v0.5.1)
2
+
3
+### Changed
4
+- **Breaking**: In v0.5.0, `AgePolicy` was moved to the `Firebolt` namespace and to the `common_types.h` header file. References must be changed
5
+ from `Firebolt::Discovery::AgePolicy` to `Firebolt::AgePolicy`, and the include must be added (`#include <firebolt/common_types.h>`).
6
7
## [0.5.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.4.0...v0.5.0)
8
9
### Added
0 commit comments