Skip to content

Commit

Permalink
v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goodviber committed Dec 3, 2024
1 parent 37dd627 commit 82c94b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [v1.15.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.1) (2024-11-26)
## [v1.15.2](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.2) (2024-12-03)

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.0...v1.15.1)
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.1...v1.15.2)

**Merged pull requests:**
**Fixed bugs:**

- Fix WIF api call options [\#174](https://github.com/DFE-Digital/dfe-analytics/pull/174) ([asatwal](https://github.com/asatwal))
- change remote\_ip [\#179](https://github.com/DFE-Digital/dfe-analytics/pull/179) ([goodviber](https://github.com/goodviber))

- Upgrade to Ruby 3.3 [\#171](https://github.com/DFE-Digital/dfe-analytics/pull/171) ([goodviber](https://github.com/goodviber))
## [v1.15.1](https://github.com/DFE-Digital/dfe-analytics/tree/v1.15.1) (2024-11-26)

- Config option to exclude models [\#169](https://github.com/DFE-Digital/dfe-analytics/pull/169) ([slawosz](https://github.com/slawosz))
[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.15.0...v1.15.1)

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

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.15.1)
dfe-analytics (1.15.2)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.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.15.1'
VERSION = '1.15.2'
end
end

0 comments on commit 82c94b2

Please sign in to comment.