From 5886fe728f5dca067cea3069a51b042400ec121c Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Sun, 7 Feb 2016 19:30:14 -0800 Subject: [PATCH] Added a CHANGELOG with release notes for the initial release. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md 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).