diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f3979c1011acab2d223ad80779ab2d623f0c44b..095c65a168cab783e3c4f1ba0c3ba81e18c105d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,9 +26,6 @@ android:build-debug:
 
 application:release:
   stage: release
-  image:
-    name: alpine/git
-    entrypoint: [""]
   only:
     - master
   except:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 092ee02ff3afa7abac796abf40acaa7bfa9275da..81f325e90a4ff8ee1384f4c564c810ab0bccf8d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.1
+
+-   Fix publish to private repository
+
 ## 1.0.0
 
 -   Publish package to private repository https://pub.harrault.fr
diff --git a/pubspec.yaml b/pubspec.yaml
index c53d70e4c7d5be0b5628f0202254a29efb249573..f791c2282a7ec2c382fcff4ea1e258474fd99c76 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
 
 publish_to: https://pub.harrault.fr/
 
-version: 1.0.0
+version: 1.0.1
 
 homepage: https://git.harrault.fr/android/flutter-toolbox