diff --git a/CHANGELOG.md b/CHANGELOG.md index f914a1bb..630165e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [0.4.2] 2016-04-19 + +### Changed + +Correctly updated Change Log + +## [0.4.1] 2016-04-19 +### Added + +`NotSupported` RideRequestViewErrorType, which occurs when an operation is not supported by the current device (currently fired if you attempt to open an `sms` or `tel` link on the simulator + +### Fixed + +- [Issue #22](https://github.com/uber/rides-ios-sdk/issues/22) Attempting to Call / Text driver resulted in Ride Request Widget Closing + ## [0.4.0] 2016-04-11 ### Added @@ -74,4 +89,4 @@ Currently available `requestingBehaviors` are: - [Issue #6](https://github.com/uber/rides-ios-sdk/issues/6) where custom pick-up location is ignored and reset to current location. ## [0.1.1] 2015-12-02 -- Initial version. \ No newline at end of file +- Initial version. diff --git a/UberRides.podspec b/UberRides.podspec index dbd24ba6..8db05fb6 100644 --- a/UberRides.podspec +++ b/UberRides.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "UberRides" - s.version = "0.4.1" + s.version = "0.4.2" s.summary = "The Official Uber Rides iOS SDK." s.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/source/UberRides/Info.plist b/source/UberRides/Info.plist index 2bb1ea9d..7c9f8bd3 100644 --- a/source/UberRides/Info.plist +++ b/source/UberRides/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.1 + 0.4.2 CFBundleSignature ???? CFBundleVersion