From cf63cfee0ddabbdc01b60dfd5b4b252032466a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guyon=20Mor=C3=A9e?= Date: Wed, 29 Jul 2020 11:17:24 +0200 Subject: [PATCH] Updated version and changelog for 2.4.0 (#87) --- CHANGELOG.md | 3 +++ version.go | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69572d50..eee39bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.0] 2020-07-29 +- Added `options` parameter to `MuteUser` & `MuteUsers` methods, to support `Timeout` option for mute expiration + ## [2.3.2] 2020-07-20 - Bump lint to the latest diff --git a/version.go b/version.go index 16b61ba6..d43ed26b 100644 --- a/version.go +++ b/version.go @@ -6,8 +6,8 @@ import ( const ( versionMajor = 2 - versionMinor = 3 - versionPatch = 2 + versionMinor = 4 + versionPatch = 0 ) // Version returns the version of the library.