Skip to content

Commit d8cb02e

Browse files
committed
v4.7.4
1 parent c9c5251 commit d8cb02e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3+
## v4.7.4 / 2016 Aug 23
4+
5+
```clojure
6+
[com.taoensso/timbre "4.7.4"]
7+
```
8+
9+
> This is a **minor hotfix release**
10+
11+
* **Hotfix**: [#188] Regression re: interleaving println appender
12+
* **Hotfix**: [#185] 3rd-party logstash appender deps issue (@robingl)
13+
314
## v4.7.0 / 2016 Jul 19
415

516
```clojure

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**[CHANGELOG]** | [API] | current [Break Version]:
66

77
```clojure
8-
[com.taoensso/timbre "4.7.0"] ; Stable
8+
[com.taoensso/timbre "4.7.4"] ; Stable
99
```
1010

1111
> Please consider helping to [support my continued open-source Clojure/Script work]?
@@ -51,7 +51,7 @@ Your link here? | **PR's welcome!**
5151
Add the necessary dependency to your project:
5252

5353
```clojure
54-
[com.taoensso/timbre "4.7.0"]
54+
[com.taoensso/timbre "4.7.4"]
5555
```
5656

5757
And setup your namespace imports:

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/timbre "4.7.3"
1+
(defproject com.taoensso/timbre "4.7.4"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Pure Clojure/Script logging library"
44
:url "https://github.com/ptaoussanis/timbre"

0 commit comments

Comments
 (0)