diff --git a/Auth0.iOS.podspec b/Auth0.iOS.podspec index 5a484bcd5..1000b9074 100644 --- a/Auth0.iOS.podspec +++ b/Auth0.iOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Auth0.iOS" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "A library that uses Auth0 for Authentication with Native Look & Feel" s.description = <<-DESC [![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58298e496..0f4541335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. ## master +## 1.2.0 - 2014-10-29 +###Added +- `A0UserIdentity` now has a property `profileData` with profile info of the user in that Identity Provider. + ## 1.1.0 - 2014-10-22 ### Added - Enterprise connection support