Skip to content

Commit 047cb1a

Browse files
authored
v1.15.11 (#218)
1 parent a67ec3b commit 047cb1a

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

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

3+
## [v1.15.11](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.11) (2025-11-26)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.10...v1.15.11)
6+
7+
**Merged pull requests:**
8+
9+
- Add airbyte deployment tasks [\#216](https://github.com/DFE-Digital/dfe-analytics/pull/216) ([asatwal](https://github.com/asatwal))
10+
311
## [v1.15.10](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.10) (2025-11-07)
412

513
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.9...v1.15.10)
@@ -60,7 +68,7 @@
6068

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

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

6573
**Implemented enhancements:**
6674

@@ -70,13 +78,13 @@
7078

7179
- 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))
7280

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

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

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

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

8189
**Fixed bugs:**
8290

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

0 commit comments

Comments
 (0)