Skip to content

Commit

Permalink
v1.12.6 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
asatwal authored May 3, 2024
1 parent 656807c commit 4587f4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

**Merged pull requests:**

- Add support for workload identity federation and consolidate GCP/BigQuery APIs into seperate classes [\#120](https://github.com/DFE-Digital/dfe-analytics/pull/120) ([asatwal](https://github.com/asatwal))

## [v1.12.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.12.5) (2024-04-29)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.12.4...v1.12.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dfe-analytics (1.12.5)
dfe-analytics (1.12.6)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
request_store_rails (~> 2)
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.5'
VERSION = '1.12.6'
end
end

0 comments on commit 4587f4c

Please sign in to comment.