diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a720c9..0a1e95f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v1.1.0](https://github.com/DFE-Digital/dfe-analytics/tree/v1.1.0) (2022-06-22) + +[Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v1.0.0...v1.1.0) + +**Merged pull requests:** + +- Add release task [\#18](https://github.com/DFE-Digital/dfe-analytics/pull/18) ([misaka](https://github.com/misaka)) +- make current\_user optional [\#17](https://github.com/DFE-Digital/dfe-analytics/pull/17) ([misaka](https://github.com/misaka)) +- CHANGELOG.md and release process [\#16](https://github.com/DFE-Digital/dfe-analytics/pull/16) ([duncanjbrown](https://github.com/duncanjbrown)) +- Emit JSON schema and BigQuery schema [\#6](https://github.com/DFE-Digital/dfe-analytics/pull/6) ([duncanjbrown](https://github.com/duncanjbrown)) + ## [v1.0.0](https://github.com/DFE-Digital/dfe-analytics/tree/v1.0.0) (2022-06-10) [Full Changelog](https://github.com/DFE-Digital/dfe-analytics/compare/v0.1.0...v1.0.0) diff --git a/Gemfile.lock b/Gemfile.lock index c7ff81e2..f13d60ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dfe-analytics (1.0.0) + dfe-analytics (1.1.0) google-cloud-bigquery (~> 1.38) request_store_rails (~> 2) diff --git a/lib/dfe/analytics/version.rb b/lib/dfe/analytics/version.rb index e721685b..74c5c84c 100644 --- a/lib/dfe/analytics/version.rb +++ b/lib/dfe/analytics/version.rb @@ -2,6 +2,6 @@ module DfE module Analytics - VERSION = '1.0.0' + VERSION = '1.1.0' end end