diff --git a/Changelog.md b/Changelog.md index 19be3c6c..12f14dcf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,5 @@ -### Development +### 3.10.3 / 2021-11-03 +[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.2...v3.10.3) Bug Fixes: diff --git a/lib/rspec/support/version.rb b/lib/rspec/support/version.rb index 8c7cffc7..dab82901 100644 --- a/lib/rspec/support/version.rb +++ b/lib/rspec/support/version.rb @@ -1,7 +1,7 @@ module RSpec module Support module Version - STRING = '3.10.2' + STRING = '3.10.3' end end end