From fe7b0c45f9fe96ad462d7b3a580973257e540636 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 29 Jul 2015 13:58:00 +0700 Subject: [PATCH] v4.1.0 --- CHANGELOG.md | 12 ++++++++++++ project.clj | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd09b1aa..e72d2daf 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.1.0 / 2015 Aug 7 + +> This is a non-breaking feature release + +* **DEPRECATED**: `*context*` val is now located under a `:context` key in appender's data map [#116 @mikesperber] +* **New**: Added `profiling/fnp` macro + +```clojure +[com.taoensso/timbre "4.1.0"] +``` + + ## v4.0.2 / 2015 June 26 > This is a minor, non-breaking bug fix release diff --git a/project.clj b/project.clj index 65b0efcf..8023b463 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "4.0.2" +(defproject com.taoensso/timbre "4.1.0" :author "Peter Taoussanis " :description "Clojure/Script logging & profiling library" :url "https://github.com/ptaoussanis/timbre"