diff --git a/CHANGELOG.md b/CHANGELOG.md index cac061d2..98d920fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + +**Fixed bugs:** + +- Load rake tasks from voxpupuli-rubocop [\#527](https://github.com/voxpupuli/json-schema/pull/527) ([bastelfreak](https://github.com/bastelfreak)) + ## [v5.0.0](https://github.com/voxpupuli/json-schema/tree/v5.0.0) (2024-08-19) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.3.1...v5.0.0) diff --git a/json-schema.gemspec b/json-schema.gemspec index 979d8ef6..1511b1c1 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.0' + s.version = '5.0.1' s.authors = ['Kenny Hoxworth', 'Vox Pupuli'] s.email = 'voxpupuli@groups.io' s.homepage = 'https://github.com/voxpupuli/json-schema/'