Skip to content

Commit

Permalink
bump to 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Aug 23, 2020
1 parent 85b8117 commit edad692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.8.3][] (2020-04-22)

## Fixed

- [486][] `valid?` returns true if block not called and error added in execute around callback.

# [3.8.2][] (2020-04-22)

## Fixed
Expand Down Expand Up @@ -771,6 +777,7 @@ Example.run

- Initial release.

[3.8.3]: https://github.com/AaronLasseigne/active_interaction/compare/v3.8.2...v3.8.3
[3.8.2]: https://github.com/AaronLasseigne/active_interaction/compare/v3.8.1...v3.8.2
[3.8.1]: https://github.com/AaronLasseigne/active_interaction/compare/v3.8.0...v3.8.1
[3.8.0]: https://github.com/AaronLasseigne/active_interaction/compare/v3.7.1...v3.8.0
Expand Down Expand Up @@ -971,3 +978,4 @@ Example.run
[#477]: https://github.com/AaronLasseigne/active_interaction/issues/477
[#476]: https://github.com/AaronLasseigne/active_interaction/issues/476
[#479]: https://github.com/AaronLasseigne/active_interaction/issues/479
[#486]: https://github.com/AaronLasseigne/active_interaction/issues/486
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('3.8.2')
VERSION = Gem::Version.new('3.8.3')
end

0 comments on commit edad692

Please sign in to comment.