From 6971784979605c8e0a02d9ab2451beca4b63fe2c Mon Sep 17 00:00:00 2001 From: lread Date: Mon, 13 Feb 2023 10:43:38 -0500 Subject: [PATCH] publish: apply version 1.2.23 --- CHANGELOG.adoc | 4 ++++ deps.edn | 2 +- doc/01-user-guide.adoc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7cd560b..938d8c1 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,6 +13,8 @@ A release with known breaking changes is marked with: // (adjust these in publish.clj as you see fit) == Unreleased +== v1.2.23 - 2023-02-13 [[v1.2.23]] + * Bump stale deps, some of which had vulnerabilities (https://github.com/clj-commons/pomegranate/issues/134[#134]) (https://github.com/lread[@lread]) @@ -46,6 +48,8 @@ A release with known breaking changes is marked with: (https://github.com/clj-commons/pomegranate/pull/154[#154]) (https://github.com/lread[@lread]) +https://github.com/clj-commons/pomegranate/compare/Release-1.2.1\...v1.2.23[commit log] + == v1.2.1 - 2021-04-12 * Upgrade wagon libs from 3.2.2 \-> 3.3.4 diff --git a/deps.edn b/deps.edn index c1d163d..5d1e4fe 100644 --- a/deps.edn +++ b/deps.edn @@ -20,7 +20,7 @@ :aliases {;; we use babashka/neil for project attributes ;; publish workflow references these values (and automatically bumps patch component of version) - :neil {:project {:version "1.2.22" + :neil {:project {:version "1.2.23" ;; artifact deploy name (and also, by chance, GitHub coordinates) :name clj-commons/pomegranate}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 42ae792..65419ef 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -2,7 +2,7 @@ :toclevels: 5 :toc: // DO NOT EDIT: the lib-version parameter is automatically updated by bb publish -:lib-version: 1.2.1 +:lib-version: 1.2.23 == Audience You want to learn more about how to use the Pomegranate library from your app or library.