From 31872bc83052404f206e2783078e5426e31909f9 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 26 Jun 2015 12:47:01 +0700 Subject: [PATCH] v4.0.2 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37c07c..dd09b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v4.0.2 / 2015 June 26 + +> This is a minor, non-breaking bug fix release + +* **Fix**: broken v4 3rd-party appender: rotor [#105 #107 @yogthos] +* **Fix**: broken tools.logging support [#110 @Guthur] + +```clojure +[com.taoensso/timbre "4.0.2"] +``` + + ## v4.0.1 / 2015 June 13 > This is a minor, non-breaking feature release diff --git a/README.md b/README.md index 7ed7da4..249f6e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]: ```clojure -[com.taoensso/timbre "4.0.1"] ; BREAKING, please see CHANGELOG for details +[com.taoensso/timbre "4.0.2"] ; BREAKING, please see CHANGELOG for details [com.taoensso/timbre "3.4.0"] ; Legacy ``` @@ -36,7 +36,7 @@ Timbre offers an alternative **all Clojure/Script** logging experience that's fa Add the necessary dependency to your [Leiningen][] `project.clj` and use the supplied ns-import helper: ```clojure -[com.taoensso/timbre "4.0.1"] ; Add to your project.clj :dependencies +[com.taoensso/timbre "4.0.2"] ; Add to your project.clj :dependencies (ns my-clj-ns ; Clj ns => use `:refer` (:require diff --git a/project.clj b/project.clj index 12e30bf..9f2e6f1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "4.0.1" +(defproject com.taoensso/timbre "4.0.2" :author "Peter Taoussanis " :description "Clojure/Script logging & profiling library" :url "https://github.com/ptaoussanis/timbre"