diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a2ffa..94bb53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [1.0.5] - 2022-07-11 + - Add default-advanced-options - Update README.md @@ -27,7 +29,9 @@ - Adds Starburst specific tests - Adds github CI actions for testing and release -[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/1.0.4...HEAD +[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/1.0.5...HEAD + +[1.0.5]: https://github.com/starburstdata/metabase-driver/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/starburstdata/metabase-driver/compare/1.0.3...1.0.4 diff --git a/drivers/starburst/resources/metabase-plugin.yaml b/drivers/starburst/resources/metabase-plugin.yaml index 48b8b71..0ac04f6 100644 --- a/drivers/starburst/resources/metabase-plugin.yaml +++ b/drivers/starburst/resources/metabase-plugin.yaml @@ -1,6 +1,6 @@ info: name: Metabase Starburst Driver - version: 1.0.4 + version: 1.0.5 description: Allows Metabase to connect to Starburst Enterprise, Starburst Galaxy, and Trino query engines. contact-info: name: Starburst diff --git a/drivers/starburst/src/metabase/driver/implementation/connectivity.clj b/drivers/starburst/src/metabase/driver/implementation/connectivity.clj index 4f2bcfd..253d844 100644 --- a/drivers/starburst/src/metabase/driver/implementation/connectivity.clj +++ b/drivers/starburst/src/metabase/driver/implementation/connectivity.clj @@ -103,7 +103,7 @@ (update :kerberos str->bool) (update :kerberos-delegation bool->str) (assoc :SSL (:ssl details-map)) - (assoc :source "Starburst Metabase 1.0.4") + (assoc :source "Starburst Metabase 1.0.5") ;; remove any Metabase specific properties that are not recognized by the Trino JDBC driver, which is ;; very picky about properties (throwing an error if any are unrecognized)