From 00382e0ee50f95f4757ceefbde5c2d2a3fb205f4 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 18 Sep 2020 20:53:09 +0200 Subject: [PATCH] Update version to v2.6.0 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd02db..9bdd2da 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.6.0] 2020-09-18 + +- Add support for query members of a channel + ## [2.5.0] 2020-09-18 - Add support for silent messages diff --git a/version.go b/version.go index a0a5411..1c094bf 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 2 - versionMinor = 5 + versionMinor = 6 versionPatch = 0 )