Skip to content

Commit

Permalink
publish: apply version 1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Feb 13, 2023
1 parent 528d184 commit 6971784
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
2 changes: 1 addition & 1 deletion doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6971784

Please sign in to comment.