From 937f9d53ed0d7d55324a525ba2f83b74ca3d8de0 Mon Sep 17 00:00:00 2001 From: Erica Porter Date: Mon, 8 Jan 2024 14:26:28 +0000 Subject: [PATCH] v1.11.6 --- CHANGELOG.md | 10 ++++++++-- Gemfile.lock | 15 ++++++++------- lib/dfe/analytics/version.rb | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e3d467..bd25db0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## [v1.11.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.5) (2023-12-20) +## [v1.11.6](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.6) (2024-01-08) -[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.4...v1.11.5) +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.5...v1.11.6) **Merged pull requests:** +- Ensure order by column is in analytics.yml [\#106](https://github.com/DFE-Digital/dfe-analytics/pull/106) ([ericaporter](https://github.com/ericaporter)) +- release v1.11.5 [\#105](https://github.com/DFE-Digital/dfe-analytics/pull/105) ([ericaporter](https://github.com/ericaporter)) - Update deploy / release instructions [\#104](https://github.com/DFE-Digital/dfe-analytics/pull/104) ([ericaporter](https://github.com/ericaporter)) - Checksum ordered by update [\#102](https://github.com/DFE-Digital/dfe-analytics/pull/102) ([ericaporter](https://github.com/ericaporter)) - Correct docs for Sidekiq CRON and fix release tag v1.11.2 [\#100](https://github.com/DFE-Digital/dfe-analytics/pull/100) ([asatwal](https://github.com/asatwal)) @@ -35,6 +37,10 @@ - Add anonymisation of user\_id in the web request event data [\#64](https://github.com/DFE-Digital/dfe-analytics/pull/64) ([asatwal](https://github.com/asatwal)) - Log Matched Events [\#63](https://github.com/DFE-Digital/dfe-analytics/pull/63) ([asatwal](https://github.com/asatwal)) +## [v1.11.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.5) (2023-12-20) + +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.4...v1.11.5) + ## [v1.11.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.4) (2023-12-19) [Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.3...v1.11.4) diff --git a/Gemfile.lock b/Gemfile.lock index 2a32cfcf..129d64c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-analytics (1.11.5) + dfe-analytics (1.11.6) google-cloud-bigquery (~> 1.38) request_store_rails (~> 2) @@ -156,14 +156,15 @@ GEM google-cloud-core (~> 1.6) googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - google-cloud-core (1.6.0) - google-cloud-env (~> 1.0) + google-cloud-core (1.6.1) + google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) - google-cloud-env (1.6.0) - faraday (>= 0.17.3, < 3.0) + google-cloud-env (2.1.0) + faraday (>= 1.0, < 3.a) google-cloud-errors (1.3.1) - googleauth (1.8.1) - faraday (>= 0.17.3, < 3.a) + googleauth (1.9.1) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.1) jwt (>= 1.4, < 3.0) multi_json (~> 1.11) os (>= 0.9, < 2.0) diff --git a/lib/dfe/analytics/version.rb b/lib/dfe/analytics/version.rb index 9ef98c7e..9746fc33 100644 --- a/lib/dfe/analytics/version.rb +++ b/lib/dfe/analytics/version.rb @@ -2,6 +2,6 @@ module DfE module Analytics - VERSION = '1.11.5' + VERSION = '1.11.6' end end