diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dca6286..9e43621b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md). -## 6.2.0 (2023-06-30) +## 6.2.1 (2023-06-30) -> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.2.0) +> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.2.1) This is a **maintenance release** that should be non-breaking. -### Fixes since `6.2.0` +### Fixes since `6.1.0` * cd8f04c1 [fix] [#369] Temporarily switch back to old Pretty release * 5c189454 [fix] [#370] Remove `println` output on init load (@helins) * e34629e6 [fix] [#365] Provide protection against faulty error-fn -### New since `6.2.0` +### New since `6.1.0` * 0c5e07e7 [new] [#373] [#372] Cljs console appender: improve controls for raw logging * a0bc5e04 [new] [#370] Add `:_init-config` map to `*config*` diff --git a/README.md b/README.md index 54b12339..973f62e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG][]** | [API][] | current [Break Version][]: ```clojure -[com.taoensso/timbre "6.2.0"] ; See CHANGELOG for details +[com.taoensso/timbre "6.2.1"] ; See CHANGELOG for details ``` > See [here][backers] if to help support my open-source work, thanks! - [Peter Taoussanis][Taoensso.com] @@ -34,8 +34,8 @@ Happy hacking! Add the necessary dependency to your project: ```clojure -Leiningen: [com.taoensso/timbre "6.2.0"] ; or -deps.edn: com.taoensso/timbre {:mvn/version "6.2.0"} +Leiningen: [com.taoensso/timbre "6.2.1"] ; or +deps.edn: com.taoensso/timbre {:mvn/version "6.2.1"} ``` And setup your namespace imports: diff --git a/project.clj b/project.clj index e042ab04..4303d1ed 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "6.2.0" +(defproject com.taoensso/timbre "6.2.1" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/ptaoussanis/timbre"