From 741dffa607dca5db35116c825fede150394865d5 Mon Sep 17 00:00:00 2001 From: Slawosz Slawinski Date: Wed, 1 Jul 2026 11:50:15 +0100 Subject: [PATCH] v3.9.0 --- CHANGELOG.md | 10 ++++++++++ Gemfile.lock | 2 +- lib/dfe/reference_data/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6eafa4..67e97135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [v3.9.0](https://github.com/DFE-Digital/dfe-reference-data/tree/v3.9.0) (2026-07-01) + +[Full Changelog](https://github.com/DFE-Digital/dfe-reference-data/compare/v3.8.6...v3.9.0) + +**Merged pull requests:** + +- Update bank holidays [\#168](https://github.com/DFE-Digital/dfe-reference-data/pull/168) ([github-actions[bot]](https://github.com/apps/github-actions)) +- Automatically add bank holidays from GOV.UK to reference data [\#165](https://github.com/DFE-Digital/dfe-reference-data/pull/165) ([mysteryGarlicPress](https://github.com/mysteryGarlicPress)) + ## [v3.8.6](https://github.com/DFE-Digital/dfe-reference-data/tree/v3.8.6) (2025-12-03) [Full Changelog](https://github.com/DFE-Digital/dfe-reference-data/compare/v3.8.5...v3.8.6) **Merged pull requests:** +- v3.8.6 [\#163](https://github.com/DFE-Digital/dfe-reference-data/pull/163) ([CatalinVoineag](https://github.com/CatalinVoineag)) - Add missing domiciles [\#162](https://github.com/DFE-Digital/dfe-reference-data/pull/162) ([CatalinVoineag](https://github.com/CatalinVoineag)) ## [v3.8.5](https://github.com/DFE-Digital/dfe-reference-data/tree/v3.8.5) (2025-11-17) diff --git a/Gemfile.lock b/Gemfile.lock index 90c0cf0b..908260c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-reference-data (3.8.6) + dfe-reference-data (3.9.0) activesupport tzinfo diff --git a/lib/dfe/reference_data/version.rb b/lib/dfe/reference_data/version.rb index ee1c2d15..c0cc6adb 100644 --- a/lib/dfe/reference_data/version.rb +++ b/lib/dfe/reference_data/version.rb @@ -1,5 +1,5 @@ module DfE module ReferenceData - VERSION = '3.8.6'.freeze + VERSION = '3.9.0'.freeze end end