From 1d931b41d9764e18638c3a24dd2498af3bf9ab2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:09:11 +0000 Subject: [PATCH] chore(master): release 2.3.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ code/project.clj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 02751ec..0454229 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c225932..1ca5af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Released +## [2.3.0](https://github.com/nuvla/ring/compare/2.2.0...2.3.0) (2025-02-19) + + +### Features + +* **Logging:** Use telemere lib for logging and observability ([#36](https://github.com/nuvla/ring/issues/36)) ([8f534fa](https://github.com/nuvla/ring/commit/8f534fa9cf0047e8798df911f0f16f89c5ed4807)) + ## [2.2.0](https://github.com/nuvla/ring/compare/2.1.10...2.2.0) (2025-01-31) diff --git a/code/project.clj b/code/project.clj index 05315cf..54bdd3d 100644 --- a/code/project.clj +++ b/code/project.clj @@ -4,7 +4,7 @@ (defproject com.sixsq.nuvla/ring ; x-release-please-start-version - "2.2.1-SNAPSHOT" + "2.3.0" ; x-release-please-end :description "simple ring container for micro-services"