diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..de1fdff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log +All notable changes to this project will be documented in this file. +`AlamofireNetworkActivityIndicator` adheres to [Semantic Versioning](http://semver.org/). + +#### 1.x Releases + +- `1.0.x` Releases - [1.0.0](#100) + +--- + +## [1.0.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/1.0.0) +Released on 2016-02-07. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues?utf8=✓&q=milestone%3A1.0.0). + +#### Added +- Initial release of AlamofireNetworkActivityIndicator. + - Added by [Christian Noon](https://github.com/cnoon).