diff --git a/CHANGELOG.md b/CHANGELOG.md index 02327d45..5bba20c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2.2] 2020-04-30 +### Fixed +- Bug in how limit/offset were sent when querying channels + +### Added +- Ability to see which other users and channels a user has muted + ## [2.2.1] 2020-04-20 ### Fixed - Change jwt dependency to properly generate tokens diff --git a/version.go b/version.go index 54959efc..e1ebd80e 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( const ( versionMajor = 2 versionMinor = 2 - versionPatch = 1 + versionPatch = 2 ) // Version returns the version of the library