Skip to content

Commit

Permalink
Update changelog, use poms 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Nov 28, 2017
1 parent 5ccff2d commit 901be4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 1.1.1 (2017-11-28)

* [new] Add simple caching API.
* [new] Helpers for throwing consumers, suppliers, functions and bi-function.
* [chg] Better error info on instantiateDefault.
* [fix] Fix bad throw in some throwing classes.

# Version 1.1.0 (2017-07-31)

* [new] Add no-dependency LRU cache.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
</parent>

<groupId>org.seedstack.shed</groupId>
Expand Down

0 comments on commit 901be4b

Please sign in to comment.