Skip to content

Commit 16214d5

Browse files
committed
Merge branch 'release/v1.0.2'
2 parents 721fd93 + 5344bd2 commit 16214d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# AddressFinder 1.0.2 (November 22, 2016) #
2+
3+
* Raise a ValidationError when #perform! fails rather that call the Rails 5
4+
specific #raise_validation_error method
5+
16
# AddressFinder 1.0.1 (October 12, 2016) #
27

38
* Declare support for activemodel/activesupport version 4.0 or better

lib/use_case_pattern/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module UseCasePattern
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)