From b19b1b9d85eebd01333c1d5f4d3281c805283cf5 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 18 Sep 2020 12:04:51 +0200 Subject: [PATCH] Update version to v2.5.0 --- CHANGELOG.md | 5 +++++ version.go | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1fbdd6..bfd02dbb 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.5.0] 2020-09-18 + +- Add support for silent messages +- Test go 1.14 and 1.15 in CI + ## [2.4.3] 2020-09-17 - Drop easyjson in favor of standard library (not noticeable from client perspective) diff --git a/version.go b/version.go index 6c5b8e68..a0a5411d 100644 --- a/version.go +++ b/version.go @@ -6,8 +6,8 @@ import ( const ( versionMajor = 2 - versionMinor = 4 - versionPatch = 3 + versionMinor = 5 + versionPatch = 0 ) // Version returns the version of the library.