Skip to content

Commit e860fc7

Browse files
committed
Bump version to 2.3.1
1 parent c8ed88b commit e860fc7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* Cinch 2.3.1, 01 November 2015
2+
- Fix logging of exceptions, which was broken by Cinch 2.3.0
3+
- Fix the accidental removal of hooks. This could lead to hooks
4+
never executing or being removed under certain conditions. Anyone
5+
relying on hooks, especially those using them for ACL systems,
6+
should update to Cinch 2.3.1.
17
* Cinch 2.3.0, 26 October 2015
28
- Add basic support for STATUSMSG messages. These are messages
39
directed at voiced or ops in a channel, by sending a message to

cinch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'cinch'
3-
s.version = '2.3.0'
3+
s.version = '2.3.1'
44
s.summary = 'An IRC Bot Building Framework'
55
s.description = 'A simple, friendly DSL for creating IRC bots'
66
s.authors = ['Dominik Honnef']

lib/cinch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Cinch
22
# Version of the library
3-
VERSION = '2.3.0'
3+
VERSION = '2.3.1'
44
end

0 commit comments

Comments
 (0)