From 91f87c97631e35041eb6ed402dd1efebf16c7072 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:38:13 +0000 Subject: [PATCH] chore(master): release 2.1.7 --- .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 c800019..227efa8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.6" + ".": "2.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bdba8ae..89b0a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Released +## [2.1.7](https://github.com/nuvla/ring/compare/2.1.6...2.1.7) (2024-07-26) + + +### Continuous Integration + +* **github-action:** Review workspace dispatch logic ([de1d839](https://github.com/nuvla/ring/commit/de1d83969ab455a7bbf18ad2d120d13e47ad86ab)) + ## [2.1.6](https://github.com/nuvla/ring/compare/2.1.5...2.1.6) (2024-07-26) diff --git a/code/project.clj b/code/project.clj index 2582550..ec081fd 100644 --- a/code/project.clj +++ b/code/project.clj @@ -4,7 +4,7 @@ (defproject com.sixsq.nuvla/ring ; x-release-please-start-version - "2.1.7-SNAPSHOT" + "2.1.7" ; x-release-please-end :description "simple ring container for micro-services"