diff --git a/CHANGELOG.md b/CHANGELOG.md index 669a49c..95094d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Change Log +## 0.1.1 - 2024-03-14 + +* superset pipeline part 1 with supported endpoints by @jbat in https://github.com/rdytech/superset-client/pull/4 +* API update chart to new dataset by @hanpeic in https://github.com/rdytech/superset-client/pull/5 +* Adds DuplicateDashboard class and fixes by @jbat in https://github.com/rdytech/superset-client/pull/6 +* Update Docs by @jbat in https://github.com/rdytech/superset-client/pull/7 +* update cred docs by @jbat in https://github.com/rdytech/superset-client/pull/8 +* more updates to DuplicateDashboard, extra endpoints by @jbat in https://github.com/rdytech/superset-client/pull/9 + ## 0.1.0 - 2023-12-12 - add base classes for credentials, authentication, client, request @@ -9,3 +18,4 @@ - add security/role/permission endpoints + diff --git a/lib/superset/version.rb b/lib/superset/version.rb index e831de8..70d756e 100644 --- a/lib/superset/version.rb +++ b/lib/superset/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Superset - VERSION = "0.1.0" + VERSION = "0.1.1" end