Skip to content

Commit

Permalink
v1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter committed Jun 25, 2024
1 parent 8278e9c commit f9fc63e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.12.8](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.8) (2024-06-25)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.12.7...v1.12.8)

**Merged pull requests:**

- Add big\_query\_api requires to testing.rb [\#151](https://github.com/DFE-Digital/dfe-analytics/pull/151) ([ericaporter](https://github.com/ericaporter))
- Fix import\_all\_entities rake task output [\#147](https://github.com/DFE-Digital/dfe-analytics/pull/147) ([slorek](https://github.com/slorek))
- Fix for service pattern name spacing issue [\#137](https://github.com/DFE-Digital/dfe-analytics/pull/137) ([ericaporter](https://github.com/ericaporter))

## [v1.12.7](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.7) (2024-05-17)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.12.6...v1.12.7)
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dfe-analytics (1.12.7)
dfe-analytics (1.12.8)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
request_store_rails (~> 2)
Expand Down Expand Up @@ -104,6 +104,7 @@ GEM
backport (1.2.0)
base64 (0.2.0)
benchmark (0.2.1)
bigdecimal (3.1.8)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand All @@ -113,6 +114,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
csv (3.3.0)
date (3.3.3)
debug (1.8.0)
irb (>= 1.5.0)
Expand Down Expand Up @@ -141,17 +143,18 @@ GEM
rake (>= 10.0)
globalid (1.1.0)
activesupport (>= 5.0)
google-apis-bigquery_v2 (0.66.0)
google-apis-core (>= 0.14.0, < 2.a)
google-apis-core (0.14.1)
google-apis-bigquery_v2 (0.70.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.15.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
google-cloud-bigquery (1.49.0)
google-cloud-bigquery (1.49.1)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
google-apis-bigquery_v2 (~> 0.62)
google-apis-core (~> 0.13)
Expand All @@ -172,7 +175,8 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.0.1)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
Expand Down Expand Up @@ -207,7 +211,8 @@ GEM
mini_portile2 (2.8.2)
minitest (5.18.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-imap (0.3.6)
date
net-protocol
Expand Down
2 changes: 1 addition & 1 deletion lib/dfe/analytics/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module DfE
module Analytics
VERSION = '1.12.7'
VERSION = '1.12.8'
end
end

0 comments on commit f9fc63e

Please sign in to comment.