diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e59551..59afd7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [2.1.0](https://github.com/customerio/customerio-flutter/compare/2.0.0...2.1.0) (2025-01-06)
+
+### Features
+
+* add option to disable screen view usage ([#190](https://github.com/customerio/customerio-flutter/issues/190)) ([b4a4fed](https://github.com/customerio/customerio-flutter/commit/b4a4feddb943972f635826d55d31a4cb14904210))
+
## [2.0.0](https://github.com/customerio/customerio-flutter/compare/1.5.2...2.0.0) (2024-12-10)
### ⚠ BREAKING CHANGES
diff --git a/android/src/main/res/values/customer_io_config.xml b/android/src/main/res/values/customer_io_config.xml
index 325d399..3762109 100644
--- a/android/src/main/res/values/customer_io_config.xml
+++ b/android/src/main/res/values/customer_io_config.xml
@@ -9,5 +9,5 @@
This will be updated by update-version script with Flutter package version
whenever new version of Flutter package is released
-->
- 2.0.0
+ 2.1.0
diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart
index e691fbf..5081a8a 100755
--- a/lib/customer_io_plugin_version.dart
+++ b/lib/customer_io_plugin_version.dart
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
-const version = "2.0.0";
+const version = "2.1.0";
diff --git a/pubspec.yaml b/pubspec.yaml
index 24c64f7..9bd484e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: customer_io
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
-version: 2.0.0
+version: 2.1.0
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter