diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..518d5b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,55 @@ +# Changelog + +## [Unreleased] + +## [1.2.3] - 2020-01-20 +### Fixed: +* CDN url of default image. + +## [1.2.2] - 2019-12-07 +### Added: +* Support DingTalk `sign secret`, please see the [README](README.md) for instructions. + +## [1.2.1] - 2019-11-07 +### Added: +* Support customize message tips title by `tips_title` option. + +## [1.2.0] - 2019-09-24 +### Added: +* Support custom tpl. + +## [1.1.3] - 2020-01-20 +### Fixed: +* CDN url of default image. + +## [1.1.2] - 2019-11-07 +### Added: +* Support customize message tips title by `tips_title` option. + +## [1.1.1] - 2019-09-24 +### Added: +* Support full token url as `token`. + +## [1.1.0] - 2019-03-09 +### Added: +* Package management tools migrate from dep to go mod, 1.0.x version stopped supporting new features. + +## [1.0.2] - 2020-01-20 +### Fixed: +* CDN url of default image. + +## [1.0.1] - 2019-03-09 +### Added: +* Auto publish image to DockerHub. + +[Unreleased]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.2.3...HEAD +[1.2.3]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.2.2...v1.2.3 +[1.2.2]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.2.1...v1.2.2 +[1.2.1]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.2.0...v1.2.1 +[1.2.0]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.1.0...v1.2.0 +[1.1.3]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.1.2...v1.1.3 +[1.1.2]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.0.0...v1.1.0 +[1.0.2]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/lddsb/drone-dingtalk-message/compare/v1.0.0...v1.0.1