Skip to content

Commit 8cb95fb

Browse files
committed
Next development iteration
1 parent ea2e788 commit 8cb95fb

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.3.0](https://github.com/auth0/auth0-java/tree/0.3.0) (2016-06-03)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.2.1...0.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Migrate Jackson usage to Gson [\#26](https://github.com/auth0/auth0-java/pull/26) ([lbalmaceda](https://github.com/lbalmaceda))
9+
10+
**Merged pull requests:**
11+
12+
- Make ParameterBuilder ignore null parameters [\#25](https://github.com/auth0/auth0-java/pull/25) ([lbalmaceda](https://github.com/lbalmaceda))
13+
- Do not add request body if there's nothing to add [\#23](https://github.com/auth0/auth0-java/pull/23) ([nikolaseu](https://github.com/nikolaseu))
14+
315
## [0.2.1](https://github.com/auth0/auth0-java/tree/0.2.1) (2016-04-25)
416
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.2.0...0.2.1)
517

auth0/src/main/java/com/auth0/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public abstract class BuildConfig {
55
/**
66
* Version of auth0-java
77
*/
8-
public static final String VERSION = "0.3.0";
8+
public static final String VERSION = "0.4.0-SNAPSHOT";
99
/**
1010
* Name of the library auth0-java
1111
*/

0 commit comments

Comments
 (0)