diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c51cc..72fc687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.1] - 2024-01-09 + +### Bug Fixes + +- Renames package to use hyphen. + ## [0.1.0] - 2024-01-09 ### Features - Adds a basic ODBC adapter. -[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...HEAD + +[0.1.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/tconbeer/harlequin-odbc/compare/dbe2dbd1da1930117c1572ca751d9cd9d43928b6...0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 57796b0..ba8b06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin-odbc" -version = "0.1.0" +version = "0.1.1" description = "A Harlequin adapter for ODBC drivers." authors = ["Ted Conbeer "] license = "MIT"