diff --git a/CHANGELOG.md b/CHANGELOG.md
index f552f6e..7276cff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
## [Unreleased]
+
+## [v3.0.0] - 2023-12-11
+### Features
+
+- Add NexusRepository custom resource ([#14](https://github.com/epam/edp-nexus-operator/issues/14))
+- Automate rekor uuid in release tag ([#13](https://github.com/epam/edp-nexus-operator/issues/13))
+- Add configuration for operator publishing ([#12](https://github.com/epam/edp-nexus-operator/issues/12))
+- Add NexusUser custom resource ([#9](https://github.com/epam/edp-nexus-operator/issues/9))
+- Add NexusRole custom resource ([#8](https://github.com/epam/edp-nexus-operator/issues/8))
+- Refactor Nexus custom resource ([#3](https://github.com/epam/edp-nexus-operator/issues/3))
+
+### Bug Fixes
+
+- Race condition in go-resty package v2.10.0 ([#15](https://github.com/epam/edp-nexus-operator/issues/15))
+
+### Routine
+
+- Upgrade golang.org/x/net to version 0.17.0 ([#11](https://github.com/epam/edp-nexus-operator/issues/11))
+- Upgrade pull request template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
+- Update current development version ([#6](https://github.com/epam/edp-nexus-operator/issues/6))
+
+
## [v2.17.0] - 2023-09-20
### Code Refactoring
@@ -17,6 +39,7 @@
## [v2.16.0] - 2023-08-17
-[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v2.17.0...HEAD
+[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.0.0...HEAD
+[v3.0.0]: https://github.com/epam/edp-nexus-operator/compare/v2.17.0...v3.0.0
[v2.17.0]: https://github.com/epam/edp-nexus-operator/compare/v2.16.0...v2.17.0
[v2.16.0]: https://github.com/epam/edp-nexus-operator/compare/v2.15.0...v2.16.0
diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml
index 5116cd3..06eae26 100644
--- a/deploy-templates/Chart.yaml
+++ b/deploy-templates/Chart.yaml
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Nexus Operator
home: https://epam.github.io/edp-install/
name: nexus-operator
type: application
-version: 2.18.0-SNAPSHOT
-appVersion: 2.18.0-SNAPSHOT
+version: 3.1.0-SNAPSHOT
+appVersion: 3.1.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
@@ -24,8 +24,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- - name: nexus-operator:2.17.0
- image: epamedp/nexus-operator:2.17.0
+ - name: nexus-operator:3.0.0
+ image: epamedp/nexus-operator:3.0.0
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/crds: |
- kind: Nexus
diff --git a/deploy-templates/README.md b/deploy-templates/README.md
index 9bf4f4c..8769701 100644
--- a/deploy-templates/README.md
+++ b/deploy-templates/README.md
@@ -1,6 +1,6 @@
# nexus-operator
-![Version: 2.18.0-SNAPSHOT](https://img.shields.io/badge/Version-2.18.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.18.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.18.0--SNAPSHOT-informational?style=flat-square)
+![Version: 3.1.0-SNAPSHOT](https://img.shields.io/badge/Version-3.1.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.1.0--SNAPSHOT-informational?style=flat-square)
A Helm chart for EDP Nexus Operator