From 8562977c837cd3a64d37252ecab59ead7fd5a073 Mon Sep 17 00:00:00 2001 From: Corrie Leech Date: Thu, 23 May 2024 09:57:12 -0500 Subject: [PATCH] Updates CHANGELOG with 0.14.0 release notes Co-authored-by: James Nebeker Co-authored-by: JC Avena --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551558b..69acacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Development -[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.13.0...main) +[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.14.0...main) ### Enhancements @@ -10,6 +10,19 @@ - TODO +## 0.14.0 (May 23, 2024) + +[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.13.0...v0.14.0) + +## Enhancements +- Update rubocop-rails requirement from >= 2.13, < 2.21 to >= 2.13, < 2.22 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/68 +- Disabling `Rails/RedundantActiveRecordAllMethod` cop by @alexstone in https://github.com/RadiusNetworks/radius-spec/pull/69 +- Update rubocop requirement from >= 1.25, < 1.57 to >= 1.25, < 1.58 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/70 +- Update rubocop requirement from >= 1.25, < 1.58 to >= 1.25, < 1.59 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/72 +- Update rubocop requirement from >= 1.25, < 1.59 to >= 1.25, < 1.60 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/73 +- Update rubocop requirement from >= 1.25, < 1.60 to >= 1.25, < 1.61 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/74 +- Update rubocop requirement from >= 1.25, < 1.61 to >= 1.25, < 1.62 by @dependabot in https://github.com/RadiusNetworks/radius-spec/pull/75 + ## 0.13.0 (September 7, 2023) [Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.12.1...v0.13.0)