diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ac84a..c1bd60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -- please enter new entries in format +- please enter new entries in format to **master** section ``` - (#, kudos to @) @@ -8,6 +8,8 @@ ## master +## 4.0 beta 2 + - move location permission request out of _ReactiveLocation_ (#22, kudos to @olejnjak) - add single location producer that returns `nil` if timeout occurs (#23, kudos to @olejnjak) diff --git a/ReactiveLocation.podspec b/ReactiveLocation.podspec index 95e48da..c10f6ab 100644 --- a/ReactiveLocation.podspec +++ b/ReactiveLocation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ReactiveLocation' - s.version = '4.0-beta.1' + s.version = '4.0-beta.2' s.summary = 'Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa' s.description = <<-DESC Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa. With support of requestim permissions and obtaiining user's location. Heading, Regions and Visits.