Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencejones committed Aug 7, 2017
1 parent 227947c commit c3b17f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Unreleased changes
# CHANGELOG

# 0.5.0 / 2017-08-07

* [https://github.com/gocardless/coach/pull/24](#24) Use
ActiveSupport.instrument for coach.handler.finish event. Potentially breaking
change as the coach.handler.finish subscribers may trigger twice, depending on
how users have subscribed to them.

# 0.4.6

Expand Down
2 changes: 1 addition & 1 deletion lib/coach/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Coach
VERSION = '0.4.6'.freeze
VERSION = '0.5.0'.freeze
end

0 comments on commit c3b17f9

Please sign in to comment.