diff --git a/CHANGELOG.md b/CHANGELOG.md index c718e34..2b9a8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release 0.2.0 (in progress) +## Release 0.2.0 (2022-03-09) **Features**: diff --git a/conanfile.py b/conanfile.py index 8e1346c..bb8bdf5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ class DriftFrameworkConan(ConanFile): name = "reduct-cpp" - version = "0.1.0" + version = "0.2.0" license = "MIT" author = "Alexey Timin" url = "https://github.com/reduct-storage/reduct-cpp"