diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fda43d..dd1b14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.3.1] 2020-07-20 +### Fixed +- Handle offset and limit in query users + ## [2.3.0] 2020-06-25 ### Added - ExtraData support to channel diff --git a/version.go b/version.go index 46de9a2..5f3ffb5 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( const ( versionMajor = 2 versionMinor = 3 - versionPatch = 0 + versionPatch = 1 ) // Version returns the version of the library.