diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc53c2331ff0c767d1df17d0b3cc10a61d35e35a..7aab043352abeb032cce7f005d84a74ea1c68fde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [0.1.3](https://forge.grandlyon.com/web-et-numerique/factory/proof-of-concept/lets-gone/compare/v0.1.2...v0.1.3) (2024-10-02)
+
+
+### Bug Fixes
+
+* **app:** cozy bar clickable ([0df6448](https://forge.grandlyon.com/web-et-numerique/factory/proof-of-concept/lets-gone/commit/0df6448b3fd9c01c2570fe988453225248270fdf))
+* **ui:** remove title margins ([7aa1841](https://forge.grandlyon.com/web-et-numerique/factory/proof-of-concept/lets-gone/commit/7aa184155e7dbb1222c22725af2f9c01a5f4c9d5))
+
 ### [0.1.2](https://forge.grandlyon.com/web-et-numerique/factory/proof-of-concept/lets-gone/compare/v0.1.1...v0.1.2) (2024-09-30)
 
 
diff --git a/package.json b/package.json
index f7dc545bc6890afcc19e67f67f880cab2d901df4..8405ffc2f3aca5a0507674bc372398685a30bba0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "lets-gone",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "scripts": {
     "lint": "yarn lint:js && yarn lint:styles",
     "lint:js": "cs lint '{src,test}/**/*.{js,jsx}'",