From 1404046de49c4fc7f92914a207070839b9c841f1 Mon Sep 17 00:00:00 2001 From: Max Mills <8balldigitalsolutions@gmail.com> Date: Mon, 11 Nov 2024 08:37:45 +0000 Subject: [PATCH] v1.15.1 --- CHANGELOG.md | 12 ++++++++++++ Gemfile.lock | 2 +- lib/dfe/analytics/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f9f721..769265b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.15.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.1) (2024-11-11) + +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.0...v1.15.1) + +**Implemented enhancements:** + +- Update 3.3 [\#171](https://github.com/DFE-Digital/dfe-analytics/pull/171) ([goodviber](https://github.com/goodviber)) + +**Merged pull requests:** + +- Config option to exclude models [\#169](https://github.com/DFE-Digital/dfe-analytics/pull/169) ([slawosz](https://github.com/slawosz)) + ## [v1.15.0](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.0) (2024-11-06) [Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.14.2...v1.15.0) diff --git a/Gemfile.lock b/Gemfile.lock index 149c3fc4..a4ec1dc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-analytics (1.15.0) + dfe-analytics (1.15.1) google-cloud-bigquery (~> 1.38) httparty (~> 0.21) multi_xml (~> 0.6.0) diff --git a/lib/dfe/analytics/version.rb b/lib/dfe/analytics/version.rb index e85b221e..b7742288 100644 --- a/lib/dfe/analytics/version.rb +++ b/lib/dfe/analytics/version.rb @@ -2,6 +2,6 @@ module DfE module Analytics - VERSION = '1.15.0' + VERSION = '1.15.1' end end