diff --git a/CHANGELOG.md b/CHANGELOG.md
index b92085a..21878f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,24 @@
## [Unreleased]
+
+
+## [v2.14.0] - 2023-03-24
### Features
- Updated project skeleton [EPMDEDP-11166](https://jiraeu.epam.com/browse/EPMDEDP-11166)
- Updated EDP components [EPMDEDP-11206](https://jiraeu.epam.com/browse/EPMDEDP-11206)
- Provide opportunity to use defaul cluster storageClassName [EPMDEDP-11230](https://jiraeu.epam.com/browse/EPMDEDP-11230)
+- Add the ability to add additional certs to Sonar [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
+- Add the ability to use additional volumes in helm chart [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
### Routine
- Update current development version [EPMDEDP-10610](https://jiraeu.epam.com/browse/EPMDEDP-10610)
- Bump sonar findbugs version [EPMDEDP-11381](https://jiraeu.epam.com/browse/EPMDEDP-11381)
+- Update git-chglog for sonar-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
+- Change the value of the parameter that contains the name of the secret [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
+- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
### Documentation
@@ -234,7 +242,8 @@ Ensure keycloak role is aligned when migrating from
## [v2.7.0] - 2021-12-03
-[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.13.0...HEAD
+[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.14.0...HEAD
+[v2.14.0]: https://github.com/epam/edp-sonar-operator/compare/v2.13.0...v2.14.0
[v2.13.0]: https://github.com/epam/edp-sonar-operator/compare/v2.12.0...v2.13.0
[v2.12.0]: https://github.com/epam/edp-sonar-operator/compare/v2.11.0...v2.12.0
[v2.11.0]: https://github.com/epam/edp-sonar-operator/compare/v2.10.3...v2.11.0
diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml
index c3ec341..4d28c4d 100644
--- a/deploy-templates/Chart.yaml
+++ b/deploy-templates/Chart.yaml
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Sonar Operator
home: https://epam.github.io/edp-install/
name: sonar-operator
type: application
-version: 2.14.0-SNAPSHOT
-appVersion: 2.14.0-SNAPSHOT
+version: 2.14.0
+appVersion: 2.14.0
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
diff --git a/deploy-templates/README.md b/deploy-templates/README.md
index 7cb35d2..7d40539 100644
--- a/deploy-templates/README.md
+++ b/deploy-templates/README.md
@@ -1,6 +1,6 @@
# sonar-operator
-![Version: 2.14.0-SNAPSHOT](https://img.shields.io/badge/Version-2.14.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.14.0--SNAPSHOT-informational?style=flat-square)
+![Version: 2.14.0](https://img.shields.io/badge/Version-2.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0](https://img.shields.io/badge/AppVersion-2.14.0-informational?style=flat-square)
A Helm chart for EDP Sonar Operator