From abe911bde7544a2e471c6d6729859f1340008d54 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 20 Nov 2024 08:57:35 +0100 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ json-schema.gemspec | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d920fc..f3b83cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v5.1.0](https://github.com/voxpupuli/json-schema/tree/v5.1.0) (2024-11-20) + +[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.0.1...v5.1.0) + +**Implemented enhancements:** + +- Add funding\_uri to gemspec [\#530](https://github.com/voxpupuli/json-schema/pull/530) ([andrew](https://github.com/andrew)) + +**Fixed bugs:** + +- Update license reference [\#529](https://github.com/voxpupuli/json-schema/pull/529) ([emmanuel-ferdman](https://github.com/emmanuel-ferdman)) + +**Merged pull requests:** + +- voxpupuli-rubocop: Update 2.8.0-\>3.0.0 & rubocop: autofix [\#531](https://github.com/voxpupuli/json-schema/pull/531) ([bastelfreak](https://github.com/bastelfreak)) + ## [v5.0.1](https://github.com/voxpupuli/json-schema/tree/v5.0.1) (2024-10-03) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.0.0...v5.0.1) diff --git a/json-schema.gemspec b/json-schema.gemspec index cb887cee..62c8f9d6 100644 --- a/json-schema.gemspec +++ b/json-schema.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'json-schema' - s.version = '5.0.1' + s.version = '5.1.0' s.authors = ['Kenny Hoxworth', 'Vox Pupuli'] s.email = 'voxpupuli@groups.io' s.homepage = 'https://github.com/voxpupuli/json-schema/'