Skip to content

Commit 3e078f9

Browse files
authored
v1.12.4 (#135)
1 parent be1e516 commit 3e078f9

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3-
## [v1.12.3](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.3) (2024-04-02)
3+
## [v1.12.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.4) (2024-04-24)
4+
5+
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.12.3...v1.12.4)
6+
7+
**Merged pull requests:**
8+
9+
- Fix for flakey tests [\#134](https://github.com/DFE-Digital/dfe-analytics/pull/134) ([ericaporter](https://github.com/ericaporter))
10+
- Explicitly truncate updated\_at and created\_at [\#132](https://github.com/DFE-Digital/dfe-analytics/pull/132) ([ericaporter](https://github.com/ericaporter))
11+
- Add ImportEntityTableCheck to import task [\#131](https://github.com/DFE-Digital/dfe-analytics/pull/131) ([ericaporter](https://github.com/ericaporter))
12+
- Add flags to prevent code running in envs where dfe-analytics isn't set up [\#130](https://github.com/DFE-Digital/dfe-analytics/pull/130) ([ericaporter](https://github.com/ericaporter))
13+
14+
## [v1.12.3](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.3) (2024-04-04)
415

516
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.12.2...v1.12.3)
617

718
**Merged pull requests:**
819

20+
- v1.12.3 [\#127](https://github.com/DFE-Digital/dfe-analytics/pull/127) ([ericaporter](https://github.com/ericaporter))
921
- Re-add 'as checksum' [\#126](https://github.com/DFE-Digital/dfe-analytics/pull/126) ([ericaporter](https://github.com/ericaporter))
1022
- Update release instructions relating to tagging [\#124](https://github.com/DFE-Digital/dfe-analytics/pull/124) ([ericaporter](https://github.com/ericaporter))
1123

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.12.3)
4+
dfe-analytics (1.12.4)
55
google-cloud-bigquery (~> 1.38)
66
request_store_rails (~> 2)
77

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.12.3'
5+
VERSION = '1.12.4'
66
end
77
end

0 commit comments

Comments
 (0)