diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 49a1c07..f783fd0 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.2.0"}
+{".":"1.2.1"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 817a8ed..8e1d45f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.2.1](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.2.0...v1.2.1) (2024-06-06)
+
+
+### Bug Fixes
+
+* IDP supported scopes - Turn the exception into a warning message [#16](https://github.com/OKDP/okdp-spark-auth-filter/issues/16) ([e18881c](https://github.com/OKDP/okdp-spark-auth-filter/commit/e18881c822b0bf779c0a275e46ed1f2365c017a7))
+* Re-authenticate the user against the IDP in case the offline_access is not supported [#16](https://github.com/OKDP/okdp-spark-auth-filter/issues/16) ([c7fc9f4](https://github.com/OKDP/okdp-spark-auth-filter/commit/c7fc9f4ff19cfbf81139ba265d253f212df2a9b0))
+
+
+### Miscellaneous Chores
+
+* release 1.2.1 ([c68e57c](https://github.com/OKDP/okdp-spark-auth-filter/commit/c68e57cb750a1ef4bb7c2793198bb908871dda17))
+
## [1.2.0](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.1.0...v1.2.0) (2024-04-11)
diff --git a/pom.xml b/pom.xml
index 0d1a9b9..26c1c76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
io.okdp
okdp-spark-auth-filter
- 1.2.1-SNAPSHOT
+ 1.2.1
OIDC authentication filter for Apache spark
OIDC authentication filter for Apache spark web UIs (Spark app and History Web UIs)