Skip to content

Commit

Permalink
Merge pull request #19 from DFE-Digital/new-release
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
Misha Gorodnitzky authored Jun 23, 2022
2 parents 7134196 + c485583 commit 46c0947
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.0.0)
dfe-analytics (1.1.0)
google-cloud-bigquery (~> 1.38)
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.0.0'
VERSION = '1.1.0'
end
end

0 comments on commit 46c0947

Please sign in to comment.