diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f90aa39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project will be documented in this file. +`FormValidatorSwift` adheres to [Semantic Versioning](http://semver.org/). + +#### 1.x Releases +- `1.0.x` Releases - [1.0.0](#100) + +--- + +## [1.0.0](https://github.com/ustwo/formvalidator-swift/releases/tag/v1.0.0) + +#### Added +- Initial release of `FormValidatorSwift`.