From b17bcb70f1e9c5392028a4dda44e3447799b3bd8 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Sat, 6 Jun 2020 01:03:16 +0200 Subject: [PATCH] Update version to v2.2.3 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bba20c8..d2c21201 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.2.3] 2020-06-06 +### Fixed +- Correct comparison in webhook signature validation + ## [2.2.2] 2020-04-30 ### Fixed - Bug in how limit/offset were sent when querying channels diff --git a/version.go b/version.go index e1ebd80e..dbe4280b 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( const ( versionMajor = 2 versionMinor = 2 - versionPatch = 2 + versionPatch = 3 ) // Version returns the version of the library