diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3509eaa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# CHANGELOG + +## v0.2.0 (2021-08-08) + +* Initial version with the following features + * Authenticate with Pocket + * Fetch random article + * Archive article via reactions diff --git a/maubot.yaml b/maubot.yaml index 836279f..be5dedd 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -5,7 +5,7 @@ maubot: 0.1.2 id: me.jasonrobinson.pocket # A PEP 440 compliant version string. -version: 0.1.17 +version: 0.2.0 # The SPDX license identifier for the plugin. https://spdx.org/licenses/ # Optional, assumes all rights reserved if omitted.