diff --git a/CHANGELOG.md b/CHANGELOG.md index b811fa2..5e14b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.0.1] + +### Added + - add SPDX license also on .cmake-format config file + - samples: add GSC sample + - Build: add conan packaging. + +## Fixed + - test: initialize deviceHandle in constructor + - README.md and more verbose description + - CMake: add secure compile and link flag + ## [3.0.0] **Note:** below changes break API and ABI compatibility with older library versions. diff --git a/VERSION b/VERSION index 4a36342..cb2b00e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.1