Skip to content

Commit

Permalink
Prepare 0.19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Aug 13, 2021
1 parent 07d6c1d commit b0d6b34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ target/

# vscode
.vscode/

# self
dbt-tut
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.19.1.1] - 2021-05-07

### Add
- Add verify and secure to connection configuration

### Fix
- Fix the delete expression #12

## [0.19.1] - 2021-05-07

### Add
Expand All @@ -25,8 +33,9 @@

Init relaase

[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1...HEAD
[0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.2...v0.19.1
[Unreleased]: https://github.com/silentsokolov/dbt-clickhouse/compare/v0.19.1.1...HEAD
[0.19.1.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.1...v0.19.1.1
[0.19.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.2...v0.19.1
[0.19.0.2]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0.1...v0.19.0.2
[0.19.0.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v0.19.0...v0.19.0.1
[0.19.0]: https://github.com/silentsokolov/dbt-clickhouse/compare/eb3020a...v0.19.0
2 changes: 1 addition & 1 deletion dbt/adapters/clickhouse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.19.1'
version = '0.19.1.1'

0 comments on commit b0d6b34

Please sign in to comment.