Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.9.0rc1_12124645176 into target 1.9.…
Browse files Browse the repository at this point in the history
…latest during release process
  • Loading branch information
FishtownBuildBot authored Dec 2, 2024
2 parents c457faf + c6a393c commit 66d241f
Show file tree
Hide file tree
Showing 5 changed files with 15 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.9.0b2
current_version = 1.9.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
5 changes: 5 additions & 0 deletions .changes/1.9.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## dbt-redshift 1.9.0-rc1 - December 02, 2024

### Features

- Add browser identity center authentication method. ([#898](https://github.com/dbt-labs/dbt-redshift/issues/898))
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-redshift 1.9.0-rc1 - December 02, 2024

### Features

- Add browser identity center authentication method. ([#898](https://github.com/dbt-labs/dbt-redshift/issues/898))



## dbt-redshift 1.9.0-b2 - November 11, 2024

### Breaking Changes
Expand All @@ -21,8 +29,6 @@
- Restrict behavior change warnings to firing once per run to avoid noisy logs ([#915](https://github.com/dbt-labs/dbt-redshift/issues/915))
- Remove `redshift_connector`'s `get_columns` method for column metadata generation, avoiding a warning on every run ([#914](https://github.com/dbt-labs/dbt-redshift/issues/914))



## dbt-redshift 1.9.0-b1 - October 01, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/redshift/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0b2"
version = "1.9.0rc1"

0 comments on commit 66d241f

Please sign in to comment.