Skip to content

Commit 93a08b0

Browse files
committed
Next development iteration
1 parent a56fa2c commit 93a08b0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
## [0.1.0](https://github.com/auth0/auth0-api-java/tree/0.1.0) (2016-03-18)
4+
**Merged pull requests:**
5+
6+
- Provide access to the ParameterBuilder inside every request [\#15](https://github.com/auth0/auth0-api-java/pull/15) ([lbalmaceda](https://github.com/lbalmaceda))
7+
- let UserProfile implement Serializable [\#13](https://github.com/auth0/auth0-api-java/pull/13) ([lbalmaceda](https://github.com/lbalmaceda))
8+
- Change package structure and introduced new way to include metrics [\#7](https://github.com/auth0/auth0-api-java/pull/7) ([hzalaz](https://github.com/hzalaz))
9+
- Remove everything related to Application [\#6](https://github.com/auth0/auth0-api-java/pull/6) ([nikolaseu](https://github.com/nikolaseu))
10+
- Avoid using magic string [\#5](https://github.com/auth0/auth0-api-java/pull/5) ([hzalaz](https://github.com/hzalaz))
11+
- Travis CI integration [\#4](https://github.com/auth0/auth0-api-java/pull/4) ([lbalmaceda](https://github.com/lbalmaceda))
12+
- Add sync \(blocking\) mode to all requests [\#3](https://github.com/auth0/auth0-api-java/pull/3) ([nikolaseu](https://github.com/nikolaseu))
13+
- Authentication api [\#1](https://github.com/auth0/auth0-api-java/pull/1) ([nikolaseu](https://github.com/nikolaseu))
14+
15+
16+
17+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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.1.0";
10+
public static final String VERSION = "0.2.0-SNAPSHOT";
1111
/**
1212
* Name of the library auth0-java
1313
*/

0 commit comments

Comments
 (0)