Skip to content

Commit

Permalink
Merge pull request #10 from rdytech/NEP-17487-up-version-number
Browse files Browse the repository at this point in the history
NEP-17474 up version and changlog
  • Loading branch information
jbat authored Mar 14, 2024
2 parents cd7a76a + 476468b commit fae3b18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,3 +18,4 @@
- add security/role/permission endpoints



2 changes: 1 addition & 1 deletion lib/superset/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Superset
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit fae3b18

Please sign in to comment.