Skip to content

Commit

Permalink
Merge pull request #392 from procore-oss/nb/release-1.0.2
Browse files Browse the repository at this point in the history
Create 1.0.2 release
  • Loading branch information
lessthanjacob authored Feb 4, 2024
2 parents 65cfc39 + c1ce200 commit 7c7cc23
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 7c7cc23

Please sign in to comment.