From 7c02fc79b311e0be46c357a6e6065fc4157cd682 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Thu, 17 Sep 2020 18:21:14 +0200 Subject: [PATCH] Update version to v2.4.3 --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a818399..4b1fbdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.3] 2020-09-17 + +- Drop easyjson in favor of standard library (not noticeable from client perspective) +- Bump golangci-lint and replace impi with native linter gci + ## [2.4.2] 2020-09-02 - Request state while querying channel diff --git a/version.go b/version.go index 017d540b..6c5b8e68 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( const ( versionMajor = 2 versionMinor = 4 - versionPatch = 2 + versionPatch = 3 ) // Version returns the version of the library.