Skip to content

Commit

Permalink
Create 1.0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Baer <[email protected]>
  • Loading branch information
njbbaer committed Feb 2, 2024
1 parent 65cfc39 commit c1ce200
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 @@
## 1.0.2 - 2024/02/02
* 🐛 [BUGFIX] Fixes an issue with reflection where fields are incorrectly override by their definitions in the default view. See [#391](https://github.com/procore-oss/blueprinter/pull/391). Thanks to [@elliothursh](https://github.com/elliothursh).

## 1.0.1 - 2024/01/19
* 🐛 [BUGFIX] Fixes an issue where serialization performance would become degraded when using a Blueprint that leverages transformers. See [#381](https://github.com/procore-oss/blueprinter/pull/381). Thanks to [@Pritilender](https://github.com/Pritilender).

Expand Down
2 changes: 1 addition & 1 deletion lib/blueprinter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Blueprinter
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit c1ce200

Please sign in to comment.