diff --git a/CHANGELOG.md b/CHANGELOG.md index f86aab6..9578f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.8.0] - 2022-07-27 ### Changed - Tags is an array instead of the list of words split with coma. (@miry) @@ -168,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Relase docker image - Dump Medium posts base on author name -[Unreleased]: https://github.com/miry/medup/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/miry/medup/compare/v0.8.0...HEAD +[0.8.0]: https://github.commiry/medup/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.commiry/medup/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.commiry/medup/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.commiry/medup/compare/v0.4.1...v0.5.0 diff --git a/shard.yml b/shard.yml index 6f896dd..0209bcd 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: medup repository: https://github.com/miry/medup.git -version: 0.7.0 +version: 0.8.0 authors: - Michael Nikitochkin diff --git a/src/medup/version.cr b/src/medup/version.cr index a1c2bfd..e4cc737 100644 --- a/src/medup/version.cr +++ b/src/medup/version.cr @@ -1,3 +1,3 @@ module Medup - VERSION = "0.7.0" + VERSION = "0.8.0" end