diff --git a/CHANGELOG.md b/CHANGELOG.md index adafd49b..934c41ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v1.2.9 - 2016-07-08 Initial Public Release -## v2.0.3 - 2016-09-26 +## v2.0.4 - 2016-09-26 Changed unboundid URNs to pingidentity. Add exception class for 405 Method Not Allowed exceptions, and corrected some exception mapping issues. diff --git a/README.md b/README.md index c12d025e..317e420c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For general-purpose clients: com.unboundid.product.scim2 scim2-sdk-client - 1.2.9 + 2.0.4 ``` @@ -32,7 +32,7 @@ For clients using UnboundID-specific features: com.unboundid.product.scim2 scim2-ubid-extensions - 1.2.9 + 2.0.4 ```