Merge pull request #10 from kemitix/prepare/0.4.0

Prepare for 0.4.0
This commit is contained in:
Paul Campbell 2017-11-26 20:06:18 +00:00 committed by GitHub
commit d93f27d959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -1,10 +1,15 @@
CHANGELOG CHANGELOG
========= =========
0.4.0
-----
*
0.3.0 0.3.0
----- -----
* * `TypeAlias.getValue()` removed in favour of using `map()`
0.2.0 0.2.0
----- -----

View file

@ -10,7 +10,7 @@
<version>3.2.4</version> <version>3.2.4</version>
</parent> </parent>
<artifactId>mon</artifactId> <artifactId>mon</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.4.0-SNAPSHOT</version>
<properties> <properties>
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>