Skip to content

Commit 1e8916d

Browse files
Bumping version to 1.1.2 and generate CHANGELOG
1 parent 4739cbe commit 1e8916d

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.changes/1.1.2.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## dbt-trino 1.1.2 - April 07, 2023
2+
### Under the Hood
3+
- Adjust 1.1.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#238](https://github.com/starburstdata/dbt-trino/pull/238))
4+
5+
### Contributors
6+
- [@damian3031](https://github.com/damian3031) ([#238](https://github.com/starburstdata/dbt-trino/pull/238))

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry)
7+
## dbt-trino 1.1.2 - April 07, 2023
8+
### Under the Hood
9+
- Adjust 1.1.latest branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#238](https://github.com/starburstdata/dbt-trino/pull/238))
10+
11+
### Contributors
12+
- [@damian3031](https://github.com/damian3031) ([#238](https://github.com/starburstdata/dbt-trino/pull/238))
713
## dbt-trino 1.1.1 (June 20, 2022)
814

915
### Fixes
@@ -37,5 +43,4 @@ Contributors:
3743

3844
For information on prior major and minor releases, see their changelogs:
3945

40-
4146
* [1.0 and earlier](https://github.com/starburstdata/dbt-trino/blob/1.0.latest/CHANGELOG.md)

dbt/adapters/trino/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.1.1"
1+
version = "1.1.2"

0 commit comments

Comments
 (0)