We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 721fd93 + 5344bd2 commit 16214d5Copy full SHA for 16214d5
CHANGELOG.md
@@ -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
6
# AddressFinder 1.0.1 (October 12, 2016) #
7
8
* Declare support for activemodel/activesupport version 4.0 or better
lib/use_case_pattern/version.rb
@@ -1,3 +1,3 @@
module UseCasePattern
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments