summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--docs/about/release-notes.md7
-rw-r--r--watson/version.py2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb8e993..9a0cca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [2.0.1] - 2021-05-10
+
### Fixed
- Ability to `edit` the current frame (#418)
@@ -277,7 +279,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
-[unreleased]: https://github.com/tailordev/watson/compare/2.0.0...HEAD
+[unreleased]: https://github.com/tailordev/watson/compare/2.0.1...HEAD
+[2.0.1]: https://github.com/tailordev/watson/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/tailordev/watson/compare/1.10.0...2.0.0
[1.10.0]: https://github.com/tailordev/watson/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md
index f4354d6..95b9c77 100644
--- a/docs/about/release-notes.md
+++ b/docs/about/release-notes.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.1] - 2021-05-10
+
+### Fixed
+
+- Ability to `edit` the current frame (#418)
+
## [2.0.0] - 2021-03-19
### Added
@@ -270,6 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
+[2.0.1]: https://github.com/tailordev/watson/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/tailordev/watson/compare/1.10.0...2.0.0
[1.10.0]: https://github.com/tailordev/watson/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
diff --git a/watson/version.py b/watson/version.py
index 1b23640..78155c2 100644
--- a/watson/version.py
+++ b/watson/version.py
@@ -1 +1 @@
-version = "2.0.0"
+version = "2.0.1"