Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Oct 1, 2016
1 parent 89e5f41 commit 3d1f7f5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AlamofireNetworkActivityIndicator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityIndicator'
s.version = '2.0.0'
s.version = '2.0.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'
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,36 @@ All notable changes to this project will be documented in this file.
`AlamofireNetworkActivityIndicator` adheres to [Semantic Versioning](http://semver.org/).

#### 2.x Releases
- `2.0.x` Releases - [2.0.0](#200)
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201)

#### 1.x Releases
- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101)

---

## [2.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/2.0.1)
Released on 2016-10-01. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/6?closed=1).

#### Added
- New `.swift-version` file to repo and reactivated `pod lib lint` in Travis file.
- Added by [Christian Noon](https://github.com/cnoon).
- The `OS_ACTIVITY_MODE` environment variable to disable excessive logging.
- Added by [Christian Noon](https://github.com/cnoon).

#### Updated
- The Alamofire submodule to the 4.0.1 release.
- Updated by [Christian Noon](https://github.com/cnoon).

#### Fixed
- Issue where delay timers were being added to main run loop from non-main queues.
- Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue
[#16](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues/16).
- Issue where spinner could be left up indefinitely due to decrement race condition.
- Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue
[#14](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues/14).

## [2.0.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/2.0.0)
Released on 2016-09-11. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/4?closed=1).
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3d1f7f5

Please sign in to comment.