Skip to content

Commit 566022d

Browse files
committed
Next development iteration
1 parent eded9fd commit 566022d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/auth0/auth0-java/tree/0.2.0) (2016-04-18)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.1.2...0.2.0)
5+
6+
**Merged pull requests:**
7+
8+
- add method to call /oauth/token to the AuthenticationAPIClient [\#20](https://github.com/auth0/auth0-java/pull/20) ([lbalmaceda](https://github.com/lbalmaceda))
9+
10+
## [0.1.2](https://github.com/auth0/auth0-java/tree/0.1.2) (2016-04-05)
11+
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.1.1...0.1.2)
12+
13+
**Merged pull requests:**
14+
15+
- Update telemetry classes [\#19](https://github.com/auth0/auth0-java/pull/19) ([hzalaz](https://github.com/hzalaz))
16+
317
## [0.1.1](https://github.com/auth0/auth0-java/tree/0.1.1) (2016-03-18)
418
[Full Changelog](https://github.com/auth0/auth0-java/compare/0.1.0...0.1.1)
519

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private BuildConfig() {}
77
/**
88
* Version of auth0-java
99
*/
10-
public static final String VERSION = "0.2.0";
10+
public static final String VERSION = "0.3.0-SNAPSHOT";
1111
/**
1212
* Name of the library auth0-java
1313
*/

0 commit comments

Comments
 (0)