Skip to content

Commit 10c5dcd

Browse files
authored
Merge pull request #189 from DFE-Digital/v1.15.4-release
v1.15.4
2 parents 660bbcd + f7df317 commit 10c5dcd

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3-
## [v1.15.3](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.3) (2024-12-10)
3+
## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.3...v1.15.4)
6+
7+
**Fixed bugs:**
8+
9+
- Fix after\_update\_commit [\#188](https://github.com/DFE-Digital/dfe-analytics/pull/188) ([goodviber](https://github.com/goodviber))
10+
- update transaction tests [\#186](https://github.com/DFE-Digital/dfe-analytics/pull/186) ([goodviber](https://github.com/goodviber))
11+
12+
**Closed issues:**
13+
14+
- Breaking change on custom events interface introduced with v1.13.0 release [\#182](https://github.com/DFE-Digital/dfe-analytics/issues/182)
15+
16+
**Merged pull requests:**
17+
18+
- Add docs/deciding\_what\_data\_to\_stream\_with\_dfe\_analytics.md [\#178](https://github.com/DFE-Digital/dfe-analytics/pull/178) ([stevenleggdfe](https://github.com/stevenleggdfe))
19+
20+
## [v1.15.3](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.3) (2024-12-11)
421

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

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.3)
4+
dfe-analytics (1.15.4)
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.3'
5+
VERSION = '1.15.4'
66
end
77
end

0 commit comments

Comments
 (0)