From b80a22d66cd5e774291eba573982083a4346ac6f Mon Sep 17 00:00:00 2001 From: Alex Stone Date: Wed, 3 Aug 2022 11:27:23 -0400 Subject: [PATCH] Release version 0.12.0 Co-Authored-By: James Nebeker <4481935+jnebeker@users.noreply.github.com> Co-Authored-By: JC Avena <200333+jcavena@users.noreply.github.com> Co-Authored-By: Corrie <87617609+corrieleech@users.noreply.github.com> Co-Authored-By: Aaron H <502363+armahillo@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ lib/radius/spec/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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