Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

release v1.14.2 #165

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/dfe/analytics/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module DfE
module Analytics
VERSION = '1.14.1'
VERSION = '1.14.2'
end
end
Loading