diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e7b6728..dd96dad1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
+
+## [v2.9.0](https://github.com/authgear/authgear-sdk-js/compare/v2.8.1...v2.9.0) (2024-04-22)
+
+
-## [v2.8.1](https://github.com/authgear/authgear-sdk-js/compare/v2.8.0...v2.8.1) (2024-04-15)
+## [v2.8.1](https://github.com/authgear/authgear-sdk-js/compare/v2.8.0...v2.8.1) (2024-04-16)
diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json
index d2dbb9a7..aeec576c 100644
--- a/packages/authgear-capacitor/package.json
+++ b/packages/authgear-capacitor/package.json
@@ -1,6 +1,6 @@
{
"name": "@authgear/capacitor",
- "version": "2.8.1",
+ "version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/plugin.cjs.js",
"module": "dist/plugin.module.js",
@@ -20,7 +20,7 @@
"build": "tsc && rollup -c rollup.config.js"
},
"devDependencies": {
- "@authgear/core": "2.8.1",
+ "@authgear/core": "2.9.0",
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0"
diff --git a/packages/authgear-core/package.json b/packages/authgear-core/package.json
index c63aa134..56878e6a 100644
--- a/packages/authgear-core/package.json
+++ b/packages/authgear-core/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@authgear/core",
- "version": "2.8.1",
+ "version": "2.9.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"devDependencies": {
diff --git a/packages/authgear-react-native/package.json b/packages/authgear-react-native/package.json
index cf6bdb89..01f6150f 100644
--- a/packages/authgear-react-native/package.json
+++ b/packages/authgear-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@authgear/react-native",
- "version": "2.8.1",
+ "version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/authgear-react-native.js",
"files": [
@@ -11,7 +11,7 @@
"android"
],
"devDependencies": {
- "@authgear/core": "2.8.1",
+ "@authgear/core": "2.9.0",
"@types/react-native": "0.69.1",
"core-js-pure": "3.22.7"
},
diff --git a/packages/authgear-web/package.json b/packages/authgear-web/package.json
index d6ca3611..bce3e29c 100644
--- a/packages/authgear-web/package.json
+++ b/packages/authgear-web/package.json
@@ -1,6 +1,6 @@
{
"name": "@authgear/web",
- "version": "2.8.1",
+ "version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/authgear-web.cjs.js",
"module": "dist/authgear-web.module.js",
@@ -11,7 +11,7 @@
"dist/authgear-web.iife.js"
],
"devDependencies": {
- "@authgear/core": "2.8.1",
+ "@authgear/core": "2.9.0",
"core-js-pure": "3.22.7"
}
}