File tree Expand file tree Collapse file tree
auth0/src/main/java/com/auth0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments