diff --git a/CHANGELOG.md b/CHANGELOG.md index 504c3b25..4a818399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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.4.2] 2020-09-02 + +- Request state while querying channel + ## [2.4.1] 2020-08-20 - Change license to BSD-3 diff --git a/version.go b/version.go index 7366ca4b..017d540b 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( const ( versionMajor = 2 versionMinor = 4 - versionPatch = 1 + versionPatch = 2 ) // Version returns the version of the library.