Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

v1.15.3 #185

Merged
merged 1 commit into from
Dec 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.15.3](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.3) (2024-12-10)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.2...v1.15.3)

**Merged pull requests:**

- Breaking change on events with\_data\(\) method introduced with v1.13.0 release [\#184](https://github.com/DFE-Digital/dfe-analytics/pull/184) ([asatwal](https://github.com/asatwal))

## [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.1...v1.15.2)
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.15.2)
dfe-analytics (1.15.3)
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.15.2'
VERSION = '1.15.3'
end
end
Loading