diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aabc0e..163898c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,16 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. -## v6.0.3 / 2022 Dec 6 +## v6.0.4 / 2022 Dec 8 ```clojure -[com.taoensso/timbre "6.0.3"] -``` - -### Fixes since `v6.0.2` - -- [fix] [#364] Update bundled Encore dependency to fix compilation issue with shadow-cljs - - -## v6.0.2 / 2022 Nov 18 - -```clojure -[com.taoensso/timbre "6.0.2"] -``` - -### Fixes since `v6.0.1` - -- [fix] [#360] Fix broken compatibility with GraalVM (@borkdude) - - -## v6.0.1 / 2022 Oct 29 - -```clojure -[com.taoensso/timbre "6.0.1"] +[com.taoensso/timbre "6.0.4"] ``` ### Fixes since `v6.0.0` - [fix] [#359] Restore missing community appenders to the Timbre jar +- [fix] [#360] Fix broken compatibility with GraalVM (@borkdude) +- [fix] [#364] Update bundled Encore dependency to fix compilation issue with shadow-cljs ## v6.0.0 / 2022 Oct 28 diff --git a/README.md b/README.md index 93b8751e..18abe90e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG][]** | [API][] | current [Break Version][]: ```clojure -[com.taoensso/timbre "6.0.3"] ; May incl. breaking changes, see CHANGELOG for details +[com.taoensso/timbre "6.0.4"] ; May incl. breaking changes, see CHANGELOG for details [com.taoensso/timbre "5.2.1"] ; Stable ``` > See [here][backers] if to help support my open-source work, thanks! - [Peter Taoussanis][Taoensso.com] @@ -35,8 +35,8 @@ Happy hacking! Add the necessary dependency to your project: ```clojure -Leiningen: [com.taoensso/timbre "6.0.3"] ; or -deps.edn: com.taoensso/timbre {:mvn/version "6.0.3"} +Leiningen: [com.taoensso/timbre "6.0.4"] ; or +deps.edn: com.taoensso/timbre {:mvn/version "6.0.4"} ``` And setup your namespace imports: diff --git a/project.clj b/project.clj index 4f2fca32..26388948 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "6.0.3" +(defproject com.taoensso/timbre "6.0.4" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/ptaoussanis/timbre"