diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6dd7e42..ec03248 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -17,7 +17,9 @@ A release with an intentional breaking changes is marked with: // - unreleased section empty // - optional attribute is not [breaking] or [minor breaking] // (adjust these in publish.clj as you see fit) -== Unreleased [minor breaking] +== Unreleased + +== v1.1.41 [minor breaking] - 2024-08-14 [[v1.1.41]] * Minor breaking ** {issue}615[#615]: Etaoin now requires a minimum of JDK11 and Clojure 1.10 @@ -85,6 +87,8 @@ The implementation was either ultra legacy or misunderstood legacy APIs. *** {issue}522[#522]: Describe how to get other common properties in docstrings ({lread}) +https://github.com/clj-commons/etaoin/compare/v1.0.40\...v1.1.41[commit log] + == v1.0.40 - 2023-03-08 [[v1.0.40]] * {issue}524[#524]: fix failure in bb related to `Thread/sleep` interop in JDK19 diff --git a/deps.edn b/deps.edn index 33cf8a4..08e6bdf 100644 --- a/deps.edn +++ b/deps.edn @@ -11,7 +11,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.1.40" ;; describes last release and is template for next release + :neil {:project {:version "1.1.41" ;; describes last release and is template for next release :name etaoin/etaoin ;; not neilisms - could potentially conflict with new neilisms :github-coords clj-commons/etaoin}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 828cf66..e231631 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -4,7 +4,7 @@ :toclevels: 5 :toc: // DO NOT EDIT: the lib-version parameter is automatically updated by publish -:lib-version: 1.0.40 +:lib-version: 1.1.41 :project-src-coords: clj-commons/etaoin :project-mvn-coords: etaoin/etaoin :url-webdriver: https://www.w3.org/TR/webdriver/