Skip to content

Commit

Permalink
Merge pull request #91 from alphagov/release-4.7.0
Browse files Browse the repository at this point in the history
Release version 4.7.0
  • Loading branch information
brucebolt authored Sep 18, 2023
2 parents e73b789 + 0dcf526 commit a88b759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.7.0

* Update `json-schema` dependency.

# 4.6.0

* Drop support for Ruby 2.7.
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_schemas/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GovukSchemas
# @private
VERSION = "4.6.0".freeze
VERSION = "4.7.0".freeze
end

0 comments on commit a88b759

Please sign in to comment.