Skip to content

Commit

Permalink
Release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter committed Oct 11, 2024
1 parent 6aa509c commit 600f4f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v3.6.1](https://github.com/DFE-Digital/dfe-reference-data/tree/v3.6.1) (2024-10-11)

**Merged pull requests:**

- Update release.yml[\#119](https://github.com/DFE-Digital/dfe-reference-data/pull/119)

## [v3.6.0](https://github.com/DFE-Digital/dfe-reference-data/tree/v3.6.0) (2024-10-10)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dfe-reference-data (3.6.0)
dfe-reference-data (3.6.1)
activesupport
tzinfo

Expand Down
2 changes: 1 addition & 1 deletion lib/dfe/reference_data/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DfE
module ReferenceData
VERSION = '3.6.0'.freeze
VERSION = '3.6.1'.freeze
end
end

0 comments on commit 600f4f2

Please sign in to comment.