From 1c2314697999a04eb2dd3e6d633c5c1b0e5c7d6e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 28 Feb 2016 12:12:17 +0700 Subject: [PATCH] v4.3.1 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ffd88..8cc6728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v4.3.1 / 2016 Feb 28 + +* **Hotfix**: had a removed var in the profiling macro + +```clojure +[com.taoensso/timbre "4.3.1"] +``` + ## v4.3.0 / 2016 Feb 26 > This is a major, non-breaking feature release diff --git a/README.md b/README.md index 25e957a..444a5b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/timbre "4.3.0"] ; Stable +[com.taoensso/timbre "4.3.1"] ; Stable ``` # Timbre @@ -43,7 +43,7 @@ Your link here? | **PR's welcome!** Add the necessary dependency to your project: ```clojure -[com.taoensso/timbre "4.3.0"] +[com.taoensso/timbre "4.3.1"] ``` And setup your namespace imports: diff --git a/project.clj b/project.clj index 59952a9..53e599a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "4.3.0" +(defproject com.taoensso/timbre "4.3.1" :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/ptaoussanis/timbre"