diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd3ee2..2bfac84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,17 @@ 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). -## [Unreleased] +## [0.3.0] - 2021-12-06 ### Added -- Added support for queries for direct message between two users +- Added support for queries for direct message between two users (use `/query`) - Added command `/rocketchat history` ### Changed -- History is no longer loaded automatically (use command `/rocketchat history`) +- History is no longer loaded automatically (use the new command `/rocketchat history`) +- The `/join` command can now takes either a room ID or a room name ## [0.2.0] - 2020-10-29 @@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/jajm/irssi-rocketchat/compare/v0.2.0...HEAD -[0.2.0]: https://github.com/jajm/irssi-rocketchat/compare/v0.1.0...v0.2.0 +[Unreleased]: https://github.com/jajm/irssi-rocketchat/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.3.0 +[0.2.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.2.0 [0.1.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.1.0