diff --git a/projects/ngx-ui-tour-ionic/CHANGELOG.md b/projects/ngx-ui-tour-ionic/CHANGELOG.md
index 21cea276..6d454bfe 100644
--- a/projects/ngx-ui-tour-ionic/CHANGELOG.md
+++ b/projects/ngx-ui-tour-ionic/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+
+# [5.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-07-25)
+
+### Features
+- New `trapFocus` option. Disabled by default to allow focusing input elements.
+
+### Breaking Changes
+- Ionic 7 is no longer supported. v8.2.6 is the minimum supported Ionic version.
+
# [4.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
diff --git a/projects/ngx-ui-tour-ionic/package.json b/projects/ngx-ui-tour-ionic/package.json
index 87ed682d..74e20876 100644
--- a/projects/ngx-ui-tour-ionic/package.json
+++ b/projects/ngx-ui-tour-ionic/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ionic",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
@@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
- "@ionic/angular": "^7.5.6 || ^8.1.0"
+ "@ionic/angular": "^8.2.6"
},
"dependencies": {
"tslib": "^2.3.0",