diff --git a/AlamofireNetworkActivityIndicator.podspec b/AlamofireNetworkActivityIndicator.podspec
index 524661e..a81de48 100644
--- a/AlamofireNetworkActivityIndicator.podspec
+++ b/AlamofireNetworkActivityIndicator.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityIndicator'
- s.version = '2.4.0'
+ s.version = '3.0.0-beta.1'
s.license = 'MIT'
s.summary = 'Controls the visibility of the network activity indicator on iOS using Alamofire'
s.homepage = 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa5c32e..565dfaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
`AlamofireNetworkActivityIndicator` adheres to [Semantic Versioning](http://semver.org/).
+#### 3.x Releases
+- `3.0.0` Betas - [3.0.0-beta.1](#300-beta1)
+
#### 2.x Releases
- `2.4.x` Releases - [2.4.0](#240)
- `2.3.x` Releases - [2.3.0](#230)
@@ -15,6 +18,24 @@ All notable changes to this project will be documented in this file.
---
+## [3.0.0-beta.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/3.0.0-beta.1)
+Released on 2019-04-10. All issues associated with this milestone can be found using this
+[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/11?closed=1).
+
+#### Added
+- New `requestDidStart` and `requestDidStop` APIs based on `requestIDs` to replace the increment and decrement activity count APIs.
+ - Added by [Christian Noon](https://github.com/cnoon) in Pull Request [#49](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/49).
+
+#### Updated
+- Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency.
+ - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request [#48](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/48).
+
+#### Fixed
+- Issue where activity count could become negative causing the network activity indicator to not display correctly.
+ - Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue [#38](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues/38) in Pull Request [#49](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/49).
+
+---
+
## [2.4.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/2.4.0)
Released on 2019-04-06. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/10?closed=1).
@@ -132,7 +153,7 @@ Released on 2016-09-11. All issues associated with this milestone can be found u
- Updated by [Christian Noon](https://github.com/cnoon).
- The podspec version to 2.0.0 and bumped deployment target and dependency.
- Updated by [Christian Noon](https://github.com/cnoon).
-- Project settings by running Swift 3 conversion tool and setting
+- Project settings by running Swift 3 conversion tool and setting
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES.
- Updated by [Christian Noon](https://github.com/cnoon).
- The travis-ci yaml file to build against Xcode 8 osx_image.
diff --git a/Source/Info.plist b/Source/Info.plist
index b6cbd28..384dbf2 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@