Skip to content

Commit

Permalink
Merge pull request #187 from shaqq/version-bump
Browse files Browse the repository at this point in the history
0.4.2
  • Loading branch information
shaqq committed Mar 3, 2015
2 parents 1cf12bc + 04e7050 commit e8037c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
master
===


0.4.2
===
* [Explicitly require `filter_parameters.rb` instead of relying on `action_dispatch` autoload](https://github.com/bellycard/napa/pull/181)
* [Default rake task runs specs](https://github.com/bellycard/napa/pull/176)
* [Set Napa.env to the environment arg we pass in the console](https://github.com/bellycard/napa/pull/179)
Expand Down
2 changes: 1 addition & 1 deletion lib/napa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Napa
VERSION = '0.4.1'
VERSION = '0.4.2'

class Version
class << self
Expand Down

0 comments on commit e8037c5

Please sign in to comment.