Skip to content

Commit

Permalink
Bumping version to 1.1.1rc1 (#203)
Browse files Browse the repository at this point in the history
* Bumping version to 1.1.1rc1

* Fixing whitespace

* Changelog update

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Leah Antkiewicz <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2022
1 parent 643352a commit c8d4a43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.1.0
current_version = 1.1.1rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## dbt-bigquery 1.1.1rc1 (June 23, 2022)

### Fixes
- Fixes regression in get_columns_in_relation when database is missing ([#180](https://github.com/dbt-labs/dbt-bigquery/issues/180), [#165](https://github.com/dbt-labs/dbt-bigquery/pull/165))

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

## dbt-bigquery 1.1.0rc2 (April 20, 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.1.0"
version = "1.1.1rc1"
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.1.0"
package_version = "1.1.1rc1"
dbt_core_version = _get_dbt_core_version()
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit c8d4a43

Please sign in to comment.