Skip to content

Commit

Permalink
Dialed back the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Sep 3, 2018
1 parent 70d792a commit 4ddfafe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Version 3.1.2 (2018-08-29)
# Version 3.1.1 (2018-09-03)

* [fix] Always make ServiceLoader use the most complete classloader it can find.
* [fix] Fixed missing detailed error messages for configuration exceptions.
* [brk] Removed copy constructors from nodes (their shallow copy was risky and useless).

# Version 3.1.1 (2018-07-31)

* [fix] Always make ServiceLoader use the most complete classloader it can find.

# Version 3.1.0 (2018-02-14)

* [new] Java 9 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.seedstack.coffig</groupId>
<artifactId>coffig</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>

<properties>
<shed.version>1.1.3</shed.version>
Expand Down

0 comments on commit 4ddfafe

Please sign in to comment.