Skip to content

Commit

Permalink
Merge pull request #235 from procore/0.25.1
Browse files Browse the repository at this point in the history
bump version 0.25.1
  • Loading branch information
adamwells authored Aug 18, 2020
2 parents f69faed + 508c706 commit a66e686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.25.1 - 2020/8/18
* 🚀 [BUGFIX] Raise Blueprinter::BlueprinterError if Blueprint given is not of class Blueprinter::Base. Before it just raised a generic `undefined method 'prepare'`. See [#233](https://github.com/procore/blueprinter/pull/233) thanks to [@caws](https://github.com/caws)

## 0.25.0 - 2020/7/06
* 🚀 [FEATURE] Enable default `Blueprinter::Transformer`s to be set in the global configuration. [#222](https://github.com/procore/blueprinter/pull/222). Thanks to [@supremebeing7](https://github.com/supremebeing7).

Expand Down
2 changes: 1 addition & 1 deletion lib/blueprinter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Blueprinter
VERSION = '0.25.0'.freeze
VERSION = '0.25.1'.freeze
end

0 comments on commit a66e686

Please sign in to comment.