diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f0da8e..2b27498a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v4.3.0](https://github.com/voxpupuli/json-schema/tree/v4.3.0) (2024-03-26) + +[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.2.0...v4.3.0) + +**Implemented enhancements:** + +- json-schema.gemspec: add metadata links [\#510](https://github.com/voxpupuli/json-schema/pull/510) ([olleolleolle](https://github.com/olleolleolle)) + ## [v4.2.0](https://github.com/voxpupuli/json-schema/tree/v4.2.0) (2024-03-15) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.1.1...v4.2.0) diff --git a/Gemfile b/Gemfile index a7eb6560..52fb68a8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' gemspec group :release do + gem 'faraday-retry', require: false gem 'github_changelog_generator', require: false end diff --git a/VERSION.yml b/VERSION.yml index 1d5d7c7d..ec5ecd36 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,3 +1,3 @@ major: 4 -minor: 2 +minor: 3 patch: 0