Skip to content

Commit 24fb7c4

Browse files
authored
Merge pull request #194 from DFE-Digital/v1.15.5-release
v1.15.5
2 parents f5b0ca6 + 53a3737 commit 24fb7c4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.15.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.5) (2025-04-07)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.4...v1.15.5)
6+
7+
**Implemented enhancements:**
8+
9+
- update error levels [\#192](https://github.com/DFE-Digital/dfe-analytics/pull/192) ([goodviber](https://github.com/goodviber))
10+
11+
**Merged pull requests:**
12+
13+
- 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))
14+
315
## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)
416

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

0 commit comments

Comments
 (0)