Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed May 1, 2018
1 parent fecb62e commit 088f65d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.4.0] - 2018-05-02
### Added
- **Routing Key Based Event Types**. A new way of subscribing to events and approach to event naming: routing-key-based event naming;
- Event names must be named in the routing-key style;
Expand Down
4 changes: 2 additions & 2 deletions lib/evil_events/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module EvilEvents
# @api public
# @since 0.3.1
VERSION = '0.3.1'
# @since 0.4.0
VERSION = '0.4.0'
end
2 changes: 1 addition & 1 deletion spec/units/evil_events/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

describe EvilEvents::VERSION do
it { is_expected.to eq('0.3.1') } # ¯\_(ツ)_/¯
it { is_expected.to eq('0.4.0') } # ¯\_(ツ)_/¯
end

0 comments on commit 088f65d

Please sign in to comment.