diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f18a2..ef4be37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.0] - 2016-05-01 + +- Don't allow dots in hostname +- Match optional subdomain + ## [1.1.0] - 2016-04-30 - Added test coverage @@ -19,5 +24,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - First release +[1.2.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/lukechilds/my-name-is-url/compare/v0.0.0...v1.0.0 diff --git a/package.json b/package.json index 7a77c1c..76be7e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-name-is-url", - "version": "1.1.0", + "version": "1.2.0", "description": "Intelligent URL parser", "keywords": [ "urls",