From 82c94b22afd8e799d445394ffc387e41f8fd9366 Mon Sep 17 00:00:00 2001 From: Max Mills <8balldigitalsolutions@gmail.com> Date: Tue, 3 Dec 2024 15:14:32 +0000 Subject: [PATCH] v1.15.2 --- CHANGELOG.md | 12 ++++++------ Gemfile.lock | 2 +- lib/dfe/analytics/version.rb | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4617b043..6d84d383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [v1.15.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.1) (2024-11-26) +## [v1.15.2](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.2) (2024-12-03) -[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.0...v1.15.1) +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.1...v1.15.2) -**Merged pull requests:** +**Fixed bugs:** -- Fix WIF api call options [\#174](https://github.com/DFE-Digital/dfe-analytics/pull/174) ([asatwal](https://github.com/asatwal)) +- change remote\_ip [\#179](https://github.com/DFE-Digital/dfe-analytics/pull/179) ([goodviber](https://github.com/goodviber)) -- Upgrade to Ruby 3.3 [\#171](https://github.com/DFE-Digital/dfe-analytics/pull/171) ([goodviber](https://github.com/goodviber)) +## [v1.15.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.1) (2024-11-26) -- Config option to exclude models [\#169](https://github.com/DFE-Digital/dfe-analytics/pull/169) ([slawosz](https://github.com/slawosz)) +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.0...v1.15.1) ## [v1.15.0](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.0) (2024-11-06) diff --git a/Gemfile.lock b/Gemfile.lock index cbf2e444..fd7f6bef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-analytics (1.15.1) + dfe-analytics (1.15.2) 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 b7742288..cab5e345 100644 --- a/lib/dfe/analytics/version.rb +++ b/lib/dfe/analytics/version.rb @@ -2,6 +2,6 @@ module DfE module Analytics - VERSION = '1.15.1' + VERSION = '1.15.2' end end