Skip to content

Commit

Permalink
Merge pull request #172 from DFE-Digital/v1.15.1-release
Browse files Browse the repository at this point in the history
v1.15.1
  • Loading branch information
goodviber authored Nov 12, 2024
2 parents bdf2a9a + 1404046 commit 212e0a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

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

**Implemented enhancements:**

- Update 3.3 [\#171](https://github.com/DFE-Digital/dfe-analytics/pull/171) ([goodviber](https://github.com/goodviber))

**Merged pull requests:**

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

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

[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.14.2...v1.15.0)
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.0)
dfe-analytics (1.15.1)
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.0'
VERSION = '1.15.1'
end
end

0 comments on commit 212e0a7

Please sign in to comment.