Skip to content

Commit

Permalink
Bumping version to 1.2.0b1 (#204)
Browse files Browse the repository at this point in the history
* Bumping version to 1.2.0b1

* Update CHANGELOG.md

* Remove whitespaces

* Fixing more whitespace

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: leahwicz <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2022
1 parent 87a68e5 commit 5e54376
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0a1
current_version = 1.2.0b1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## dbt-bigquery 1.2.0 (Release TBD)
## dbt-bigquery 1.2.0b1 (June 24, 2022)

### Fixes
- Incorrect parameter is passed to the bq_insert_overwrite macro call ([#172](https://github.com/dbt-labs/dbt-bigquery/pull/172))
- Fix validate connection failing ([#168](https://github.com/dbt-labs/dbt-bigquery/pull/168))

### Under the hood
- Adding Python 3.10 testing and enabling mypy ([#177](https://github.com/dbt-labs/dbt-bigquery/pull/177))
- Lift and shift cross-database macros from dbt-utils ([#192](https://github.com/dbt-labs/dbt-bigquery/pull/192)
- Implement TestDocsGenerateBigQuery test ([#190](https://github.com/dbt-labs/dbt-bigquery/pull/190))
- Init push for pytest conversion of override_database for bigquery ([#165](https://github.com/dbt-labs/dbt-bigquery/pull/165), [#188](https://github.com/dbt-labs/dbt-bigquery/pull/188))
- Add oauth test target as default ([#166](https://github.com/dbt-labs/dbt-bigquery/pull/166))

### Contributors
- [@robomill](https://github.com/robomill) ([#172](https://github.com/dbt-labs/dbt-bigquery/pull/172))
- [@dbeatty10](https://github.com/dbeatty10) ([#192](https://github.com/dbt-labs/dbt-bigquery/pull/192)

## dbt-bigquery 1.1.0 (April 28, 2022)

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.2.0a1"
version = "1.2.0b1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-bigquery"
package_version = "1.2.0a1"
package_version = "1.2.0b1"
dbt_core_version = _get_dbt_core_version()
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 5e54376

Please sign in to comment.