Updates celix version and CHANGES file
diff --git a/CHANGES.md b/CHANGES.md
index b7c3b53..62ce2b5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,12 @@
 limitations under the License.
 -->
 
+# Changes for 2.2.1
+
+# Fixes
+
+- Fixes etcdlib CMake setup to that etcdlib can be build as a separate project
+
 # Changes for 2.2.0
 
 ## New features:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d96f25..e008432 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,7 +88,7 @@
 # Set version for the framework package/release
 set(CELIX_MAJOR "2")
 set(CELIX_MINOR "2")
-set(CELIX_MICRO "0")
+set(CELIX_MICRO "1")
 
 option(ENABLE_TESTING "Enables unit/bundle testing" FALSE)