Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 7, 2014
1 parent abe344f commit fbdb505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v1.8.1 / 2014 Sep 7

* **FIX** https://github.com/ptaoussanis/timbre/issues/79.


## v1.8.0 / 2014 Sep 2

* **BREAKING**: Cleaned up `ajax-lite` API for inclusion as public util in Sente.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:

```clojure
[com.taoensso/encore "1.8.0"] ; Stable
[com.taoensso/encore "1.8.1"] ; Stable
```

# Cross-platform Clojure utils library
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/encore "1.8.0"
(defproject com.taoensso/encore "1.8.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Shared support utils for taoensso.com Clojure libs"
:url "https://github.com/ptaoussanis/encore"
Expand Down

0 comments on commit fbdb505

Please sign in to comment.