We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8c6ab commit eff15d0Copy full SHA for eff15d0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change Log
2
3
+## 0.1.2 - 2024-03-22
4
+
5
+* adds export endpoint
6
7
## 0.1.1 - 2024-03-14
8
9
* superset pipeline part 1 with supported endpoints by @jbat in https://github.com/rdytech/superset-client/pull/4
lib/superset/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Superset
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments