diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bec781..304ec7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## [0.5.0] - 2021-03-31 ### Added - Simple logger implemented around one-shot session ([#11](https://github.com/athos/Postmortem/pull/11) @@ -25,7 +27,8 @@ All notable changes to this project will be documented in this file. This change ## [0.1.0] - 2019-12-09 - First release -[Unreleased]: https://github.com/athos/postmortem/compare/0.4.1...HEAD +[Unreleased]: https://github.com/athos/postmortem/compare/0.5.0...HEAD +[0.5.0]: https://github.com/athos/postmortem/compare/0.4.1...0.5.0 [0.4.1]: https://github.com/athos/postmortem/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/athos/postmortem/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/athos/postmortem/compare/0.2.0...0.3.0 diff --git a/project.clj b/project.clj index d8f4c49..1f5a1cc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject postmortem "0.4.2-SNAPSHOT" +(defproject postmortem "0.5.0" :description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers" :url "https://github.com/athos/Postmortem" :license {:name "Eclipse Public License"