diff --git a/CHANGELOG.md b/CHANGELOG.md index 06aa829..4399410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ - TODO +## 0.12.0 (August 3, 2022) + +[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.12.0...0.12.0) + +### Enhancements + +- Added Dependabot +- Upgraded VCR to 6.0 +- Upgrade Rubocop Rails to 2.16 +- Upgrade Rubocop to 1.33 + +### Bug Fixes + +None ## 0.11.0 (January 21, 2022) [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.10.0...0.11.0) diff --git a/lib/radius/spec/version.rb b/lib/radius/spec/version.rb index e7b141e..a80881b 100644 --- a/lib/radius/spec/version.rb +++ b/lib/radius/spec/version.rb @@ -2,6 +2,6 @@ module Radius module Spec - VERSION = "0.12.pre" + VERSION = "0.12.0" end end