diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddb8b479..b0c1433d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
## [Unreleased]
+
+
+## [v2.32.0] - 2026-04-13
### Routine
+- Update commit message pattern validation and CHANGELOG
- Update current development version
@@ -624,7 +628,8 @@ removed required fields from the GitServer status. CRD should be updated.
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
-[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...HEAD
+[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...HEAD
+[v2.32.0]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0
[v2.31.0]: https://github.com/epam/edp-codebase-operator/compare/v2.30.0...v2.31.0
[v2.30.0]: https://github.com/epam/edp-codebase-operator/compare/v2.29.1...v2.30.0
[v2.29.1]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...v2.29.1
diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml
index 0b5bf5c8..39611f7a 100644
--- a/deploy-templates/Chart.yaml
+++ b/deploy-templates/Chart.yaml
@@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
home: https://docs.kuberocketci.io/
name: codebase-operator
type: application
-version: 2.32.0-SNAPSHOT
-appVersion: 2.32.0-SNAPSHOT
+version: 2.33.0-SNAPSHOT
+appVersion: 2.33.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
@@ -33,8 +33,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- - name: codebase-operator:2.31.0
- image: epamedp/codebase-operator:2.31.0
+ - name: codebase-operator:2.32.0
+ image: epamedp/codebase-operator:2.32.0
- name: alpine:3.18.12
image: alpine:3.18.12
artifacthub.io/operatorCapabilities: Full Lifecycle
diff --git a/deploy-templates/README.md b/deploy-templates/README.md
index 838583bf..7f187c00 100644
--- a/deploy-templates/README.md
+++ b/deploy-templates/README.md
@@ -1,6 +1,6 @@
# codebase-operator
-  
+  
A Helm chart for KubeRocketCI Codebase Operator