diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39e06f65944165c328fe12ba9bedccd1659ff264..4c0864d667fdf06b3a16945df7a3b53c693b0df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 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.
 
+### [1.7.1](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.4.4...v1.7.1) (2022-01-26)
+
+### Bug Fixes
+
+- fix tagging issue
+
 ## [1.7.0](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.5.0...v1.7.0) (2022-01-21)
 
 ### Features
diff --git a/package.json b/package.json
index cd6dbed63fc73b5a75b6b044588984fbf1690229..2ec391a2fad51c3d387c3298a84a0d0dca10f06c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "1.7.0",
+  "version": "1.7.1",
   "scripts": {
     "tx": "tx pull --all || true",
     "lint": "yarn lint:js && yarn lint:styles",