Skip to content

Commit 91427ab

Browse files
authored
v1.15.12 (#220)
1 parent fde21b3 commit 91427ab

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

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

3-
## [v1.15.11](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.11) (2025-11-26)
3+
## [v1.15.12](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.12) (2025-12-03)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.11...v1.15.12)
6+
7+
**Merged pull requests:**
8+
9+
- Fix backwards compatibility for DfE::Analytics jobs used externally [\#219](https://github.com/DFE-Digital/dfe-analytics/pull/219) ([asatwal](https://github.com/asatwal))
10+
11+
## [v1.15.11](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.11) (2025-11-27)
412

513
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.10...v1.15.11)
614

@@ -68,7 +76,7 @@
6876

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

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

7381
**Implemented enhancements:**
7482

@@ -78,13 +86,13 @@
7886

7987
- 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))
8088

81-
## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)
89+
## [v.1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v.1.15.4) (2025-01-22)
8290

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

85-
## [v.1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v.1.15.4) (2025-01-22)
93+
## [v1.15.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.4) (2025-01-22)
8694

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

8997
**Fixed bugs:**
9098

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

0 commit comments

Comments
 (0)