From 3abd894a9805066200aafb3fca1cc9433920b961 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Thu, 24 Sep 2020 13:22:10 +0200 Subject: [PATCH] Update version to v2.8.0 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa20b68..ad438cf2 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.8.0] 2020-09-24 + +- Add bulk message import into a channel + ## [2.7.0] 2020-09-24 - Add custom command endpoints diff --git a/version.go b/version.go index 81c691d3..dd5189bf 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 2 - versionMinor = 7 + versionMinor = 8 versionPatch = 0 )