diff --git a/CHANGELOG.md b/CHANGELOG.md
index a07c5bbe..7e69d445 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [0.12.0] 2019-04-10
+
+* [Pull #257](https://github.com/uber/rides-ios-sdk/pull/257) Added token_type property support to AccessToken model
+
## [0.11.0] 2018-10-22
0.11 updates the Uber Rides SDK for Xcode 10/Swift 4.2 compatibility. ([Pull #245](https://github.com/uber/rides-ios-sdk/pull/245), thanks @rmuhamedgaliev!)
diff --git a/PodspecShared.rb b/PodspecShared.rb
index fb4dfd51..6d3fe106 100644
--- a/PodspecShared.rb
+++ b/PodspecShared.rb
@@ -1,6 +1,6 @@
def configure_podspec(spec, module_name)
spec.name = module_name
- spec.version = "0.11.0"
+ spec.version = "0.12.0"
spec.summary = "The Official Uber Rides iOS SDK."
spec.description = <<-DESC
This Swift library allows you to integrate Uber into your iOS app. It is designed to make it quick and easy to add a 'Request a Ride' button in your application, seamlessly connecting your users with Uber.
diff --git a/README.md b/README.md
index c849c8fb..b92d555a 100755
--- a/README.md
+++ b/README.md
@@ -13,12 +13,12 @@ This [Swift library](https://developer.apple.com/library/ios/documentation/Gener
To install the Uber Rides SDK, you may use [CocoaPods](http://cocoapods.org), [Carthage](https://github.com/Carthage/Carthage), or add it to your project manually
```ruby
-pod 'UberRides', '~> 0.11'
+pod 'UberRides', '~> 0.12'
```
### Carthage
```
-github "uber/rides-ios-sdk" ~> 0.11
+github "uber/rides-ios-sdk" ~> 0.12
```
## Getting Started
@@ -306,7 +306,7 @@ If you want to provide a more custom experience in your app, there are a few cla
### Uber Rides API Endpoints
The SDK exposes all the endpoints available in the [Uber Developers documentation](https://developer.uber.com/docs). Some endpoints can be authenticated with a server token, but for most endpoints, you will require a bearer token. A bearer token can be retrieved via implicit grant, authorization code grant, or SSO. To authorize [privileged scopes](https://developer.uber.com/docs/scopes#section-privileged-scopes), you must use authorization code grant or SSO.
-Read the full API documentation at [CocoaDocs](http://cocoadocs.org/docsets/UberRides/0.11.0/)
+Read the full API documentation at [CocoaDocs](http://cocoadocs.org/docsets/UberRides/0.12.0/)
The `RidesClient` is your source to access all the endpoints available in the Uber Rides API. With just your server token, you can get a list of Uber products as well as price and time estimates.
diff --git a/source/UberCore/Info.plist b/source/UberCore/Info.plist
index fc1b993a..7d37c3e1 100644
--- a/source/UberCore/Info.plist
+++ b/source/UberCore/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.11.0
+ 0.12.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/source/UberRides/Info.plist b/source/UberRides/Info.plist
index 03d53553..db84c711 100644
--- a/source/UberRides/Info.plist
+++ b/source/UberRides/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.11.0
+ 0.12.0
CFBundleSignature
????
CFBundleVersion