Skip to content

Commit 7b6471c

Browse files
committed
Next development iteration
1 parent fd8870c commit 7b6471c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/auth0/auth0-java/tree/0.2.1) (2016-04-25)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.2.0...0.2.1)
5+
6+
**Merged pull requests:**
7+
8+
- Customise Telemetry info [\#21](https://github.com/auth0/auth0-java/pull/21) ([lbalmaceda](https://github.com/lbalmaceda))
9+
310
## [0.2.0](https://github.com/auth0/auth0-java/tree/0.2.0) (2016-04-18)
411
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.1.2...0.2.0)
512

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.2.1";
8+
public static final String VERSION = "0.3.0-SNAPSHOT";
99
/**
1010
* Name of the library auth0-java
1111
*/

0 commit comments

Comments
 (0)