diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 13:38:33 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 13:38:33 -0500 |
| commit | 6b3e4b4fb52e477f9f3c147127c2fd638baffd8a (patch) | |
| tree | a2998b42917dce2e2d2be767349695ff84650edf /CHANGELOG.md | |
| parent | 0ac5b46bdc5086ded3a93d3a7d68ca5ff77cddeb (diff) | |
| parent | 5f26f629b590a26ca90f6be48b107d875343358c (diff) | |
Merge branch 'release/3.0.0'3.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a172a7..b1c155a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0] - 2020-03-09 +### Changed +- Use module syntax +- Update dependencies +- Use Apache-2.0 license +- References to github corrected to point to gitlab + ## [2.1.0] - 2017-04-12 ### Added - Events dependency @@ -57,11 +64,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial Release -[Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop -[v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4 -[v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5 -[v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6 -[v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 -[1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0 -[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0 -[2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0 +[Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop +[v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4 +[v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5 +[v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6 +[v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 +[1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0 +[2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0 +[2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0 +[3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0 |