From ba6bc3f79c38fc104e377dd1d0df0ae262f99450 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 29 Jun 2016 11:23:43 +0700 Subject: [PATCH] v4.5.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18295ba..549fe3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v4.5.1 / 2016 Jun 29 + +```clojure +[com.taoensso/timbre "4.5.1"] +``` + +> This is a **minor hotfix release** + +* **Hotfix**: address an issue for AOT/slf4j-timbre users. +* **Hotfix**: missing type hint during timestamp generation. + ## v4.5.0 / 2016 Jun 26 ```clojure diff --git a/README.md b/README.md index cb85e60..ae23cae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/timbre "4.5.0"] ; Stable +[com.taoensso/timbre "4.5.1"] ; Stable ``` > Please consider helping to [support my continued open-source Clojure/Script work]? @@ -52,7 +52,7 @@ Your link here? | **PR's welcome!** Add the necessary dependency to your project: ```clojure -[com.taoensso/timbre "4.5.0"] +[com.taoensso/timbre "4.5.1"] ``` And setup your namespace imports: diff --git a/project.clj b/project.clj index c153f0f..d680394 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "4.5.0" +(defproject com.taoensso/timbre "4.5.1" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/ptaoussanis/timbre"