diff --git a/CHANGELOG.md b/CHANGELOG.md
index dee01a6b..380dd769 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ### To be Released
 
+### 1.33.0
+
 * fix(one-off): remove async field from the run command ([PR#1060](https://github.com/Scalingo/cli/pull/1060))
 * feat(database/users): use API DatabaseUserResetPassword method for resetting password
 
diff --git a/README.md b/README.md
index 63825fbf..fe12c8a7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Scalingo-CLI v1.32.0
+# Scalingo-CLI v1.33.0
 
 ![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg)
 
@@ -56,7 +56,7 @@ USAGE:
    scalingo [global options] command [command options] [arguments...]
 
 VERSION:
-   1.32.0
+   1.33.0
 
 AUTHOR:
    Scalingo Team <hello@scalingo.com>
@@ -263,12 +263,12 @@ the commit for the version bump.
 
 ```bash
 git checkout <base commit ID>
-git checkout -b v1.32.0
+git checkout -b v1.33.0
 git cherry-pick -m 1 <commit ID number 1>
 git cherry-pick -m 1 <commit ID number 2>
 ...
 git cherry-pick -m 1 <commit ID number X>
-git push --set-upstream origin v1.32.0
+git push --set-upstream origin v1.33.0
 ```
 
 ### New Version Bump
@@ -283,7 +283,7 @@ Bump new version number in:
 And commit these changes:
 
 ```bash
-version="1.32.0"
+version="1.33.0"
 
 git switch --create release/${version}
 git add .
@@ -313,6 +313,6 @@ It serves as cache between GitHub and our customers for a more efficient check o
 
 You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it!
 
-> [Changelog] CLI - Release of version 1.32.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
+> [Changelog] CLI - Release of version 1.33.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
 
 Add in a tweets thread the changelog of this new version.
diff --git a/VERSION b/VERSION
index 359c4108..7aa332e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.32.0
+1.33.0
diff --git a/config/version.go b/config/version.go
index 1b59d4a8..9d91215d 100644
--- a/config/version.go
+++ b/config/version.go
@@ -1,3 +1,3 @@
 package config
 
-var Version = "1.32.0"
+var Version = "1.33.0"