Skip to content

Commit

Permalink
Updated changelog and bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf-firebolt committed Aug 1, 2022
1 parent e5554dd commit aafc3bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v.1.1.1

### Under the hood

- dbt-firebolt now requires firebolt-sdk>=0.9.2.

## v.1.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/firebolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dbt.adapters.firebolt.impl import FireboltAdapter
from dbt.include import firebolt

__version__ = '1.1.0'
__version__ = '1.1.1'

Plugin = AdapterPlugin(
adapter=FireboltAdapter,
Expand Down

0 comments on commit aafc3bb

Please sign in to comment.