Skip to content

Commit

Permalink
v1.11.6 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter authored Jan 9, 2024
1 parent a757f60 commit 4ad759d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [v1.11.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.5) (2023-12-20)
## [v1.11.6](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.6) (2024-01-08)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.4...v1.11.5)
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.5...v1.11.6)

**Merged pull requests:**

- Ensure order by column is in analytics.yml [\#106](https://github.com/DFE-Digital/dfe-analytics/pull/106) ([ericaporter](https://github.com/ericaporter))
- release v1.11.5 [\#105](https://github.com/DFE-Digital/dfe-analytics/pull/105) ([ericaporter](https://github.com/ericaporter))
- Update deploy / release instructions [\#104](https://github.com/DFE-Digital/dfe-analytics/pull/104) ([ericaporter](https://github.com/ericaporter))
- Checksum ordered by update [\#102](https://github.com/DFE-Digital/dfe-analytics/pull/102) ([ericaporter](https://github.com/ericaporter))
- Correct docs for Sidekiq CRON and fix release tag v1.11.2 [\#100](https://github.com/DFE-Digital/dfe-analytics/pull/100) ([asatwal](https://github.com/asatwal))
Expand Down Expand Up @@ -35,6 +37,10 @@
- Add anonymisation of user\_id in the web request event data [\#64](https://github.com/DFE-Digital/dfe-analytics/pull/64) ([asatwal](https://github.com/asatwal))
- Log Matched Events [\#63](https://github.com/DFE-Digital/dfe-analytics/pull/63) ([asatwal](https://github.com/asatwal))

## [v1.11.5](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.5) (2023-12-20)

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

## [v1.11.4](https://github.com/DFE-Digital/dfe-analytics/tree/v1.11.4) (2023-12-19)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.11.3...v1.11.4)
Expand Down
15 changes: 8 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.11.5)
dfe-analytics (1.11.6)
google-cloud-bigquery (~> 1.38)
request_store_rails (~> 2)

Expand Down Expand Up @@ -156,14 +156,15 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-core (1.6.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-env (2.1.0)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.3.1)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
googleauth (1.9.1)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
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.11.5'
VERSION = '1.11.6'
end
end

0 comments on commit 4ad759d

Please sign in to comment.