Skip to content

Commit 4d7c9a1

Browse files
Bumping version to 1.8.0 and generate changelog
1 parent d83314d commit 4d7c9a1

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

.changes/1.8.0.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-adapters 1.8.0 - October 29, 2024
2+
3+
### Fixes
4+
5+
- Always make behavior flags available for evaluation ([#338](https://github.com/dbt-labs/dbt-adapters/issues/338))
6+
7+
### Under the Hood
8+
9+
- Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301))

.changes/unreleased/Fixes-20241024-154518.yaml

-6
This file was deleted.

.changes/unreleased/Under the Hood-20241016-033159.yaml

-6
This file was deleted.

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1515

1616
## dbt-adapters 1.10.0 - September 12, 2024
1717

18+
## dbt-adapters 1.8.0 - October 29, 2024
19+
20+
### Fixes
21+
22+
- Always make behavior flags available for evaluation ([#338](https://github.com/dbt-labs/dbt-adapters/issues/338))
23+
24+
### Under the Hood
25+
26+
- Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301))
27+
28+
29+
1830
## dbt-adapters 1.7.2 - October 21, 2024
1931

2032
### Breaking Changes
@@ -32,7 +44,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
3244
### Contributors
3345
- [@agpapa](https://github.com/agpapa) ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181))
3446

35-
3647
## dbt-adapters 1.7.1 - October 15, 2024
3748

3849
### Features

dbt/adapters/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.7.2"
1+
version = "1.8.0"

0 commit comments

Comments
 (0)