From 12bd0203a72628af9c985dc685a2cf1935e9564e Mon Sep 17 00:00:00 2001 From: Erica Porter Date: Tue, 10 Sep 2024 16:00:22 +0100 Subject: [PATCH] v1.14.2 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/dfe/analytics/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29a40f5..5a249518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.14.2](https://github.com/DFE-Digital/dfe-analytics/tree/v1.14.2) (2024-09-10) + +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.14.1...v1.14.2) + +**Merged pull requests:** + +- Allow ordering by id if created\_at/updated\_at is null [\#164](https://github.com/DFE-Digital/dfe-analytics/pull/164) ([ericaporter](https://github.com/ericaporter)) + ## [v1.14.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.14.1) (2024-08-16) [Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.14.0...v1.14.1) diff --git a/Gemfile.lock b/Gemfile.lock index 6e813d0e..cd62e520 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-analytics (1.14.1) + dfe-analytics (1.14.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 59542952..24c5bd2f 100644 --- a/lib/dfe/analytics/version.rb +++ b/lib/dfe/analytics/version.rb @@ -2,6 +2,6 @@ module DfE module Analytics - VERSION = '1.14.1' + VERSION = '1.14.2' end end