Skip to content

Commit 14be35c

Browse files
authored
Merge pull request #198 from DFE-Digital/v1.15.6-release
v1.15.6
2 parents cd84d1a + aafe5f2 commit 14be35c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3+
## [v1.15.6](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.6) (2025-04-30)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.5...v1.15.6)
6+
7+
**Merged pull requests:**
8+
9+
- Ensure API Request events always sent [\#197](https://github.com/DFE-Digital/dfe-analytics/pull/197) ([asatwal](https://github.com/asatwal))
10+
- Add support for api\_request events [\#196](https://github.com/DFE-Digital/dfe-analytics/pull/196) ([asatwal](https://github.com/asatwal))
11+
- Make the gem work without ActiveRecord [\#195](https://github.com/DFE-Digital/dfe-analytics/pull/195) ([hrmtl](https://github.com/hrmtl))
12+
313
## [v1.15.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.5) (2025-04-07)
414

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

717
**Implemented enhancements:**
818

@@ -12,6 +22,10 @@
1222

1323
- 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))
1424

25+
## [v.1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v.1.15.4) (2025-01-22)
26+
27+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.4...v.1.15.4)
28+
1529
## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)
1630

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dfe-analytics (1.15.5)
4+
dfe-analytics (1.15.6)
55
google-cloud-bigquery (~> 1.38)
66
httparty (~> 0.21)
77
multi_xml (~> 0.6.0)

lib/dfe/analytics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module DfE
44
module Analytics
5-
VERSION = '1.15.5'
5+
VERSION = '1.15.6'
66
end
77
end

0 commit comments

Comments
 (0)