diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f121600..12fb38a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,6 +15,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/ // (adjust these in publish.clj as you see fit) == Unreleased +== v1.0.28 - 2024-09-10 [[v1.0.28]] + * Dependencies ** Bump `org.flatland/ordered` to version `1.15.12` (https://github.com/clj-commons/clj-yaml/issues/123[#123]) @@ -26,6 +28,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/ (https://github.com/clj-commons/clj-yaml/issues/136[#136]) (https://github.com/lread[@lread]) +https://github.com/clj-commons/clj-yaml/compare/v1.0.27\...v1.0.28[commit log] + == v1.0.27 - 2023-08-11 [[v1.0.27]] * New Features diff --git a/deps.edn b/deps.edn index 1483475..fd6369e 100644 --- a/deps.edn +++ b/deps.edn @@ -7,7 +7,7 @@ :aliases {;; we use babashka/neil for project attributes ;; publish workflow references these values (and automatically bumps patch) - :neil {:project {:version "1.0.27" + :neil {:project {:version "1.0.28" :name clj-commons/clj-yaml}} :1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}} :1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 06b4e11..b52fed7 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.0.27 +:lib-version: 1.0.28 == Audience You want to learn more about how to use the clj-yaml library from your app, library or script.