Skip to content
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
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## [v1.15.6](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.6) (2025-04-30)

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

**Merged pull requests:**

- Ensure API Request events always sent [\#197](https://github.com/DFE-Digital/dfe-analytics/pull/197) ([asatwal](https://github.com/asatwal))
- Add support for api\_request events [\#196](https://github.com/DFE-Digital/dfe-analytics/pull/196) ([asatwal](https://github.com/asatwal))
- Make the gem work without ActiveRecord [\#195](https://github.com/DFE-Digital/dfe-analytics/pull/195) ([hrmtl](https://github.com/hrmtl))

## [v1.15.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.5) (2025-04-07)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.4...v1.15.5)
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v.1.15.4...v1.15.5)

**Implemented enhancements:**

Expand All @@ -12,6 +22,10 @@

- Add link to DfE Analytics terraform docs from setup readme. [\#190](https://github.com/DFE-Digital/dfe-analytics/pull/190) ([asatwal](https://github.com/asatwal))

## [v.1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v.1.15.4) (2025-01-22)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.4...v.1.15.4)

## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.3...v1.15.4)
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.5)
dfe-analytics (1.15.6)
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.5'
VERSION = '1.15.6'
end
end
Loading