Skip to content

Commit fa3f794

Browse files
committed
up version
1 parent 9640aee commit fa3f794

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
## 0.2.2 - 2024-10-10
4+
5+
* add ImportDashboardAcrossEnvironments class for transfering between superset environments
6+
37
## 0.2.1 - 2024-09-17
48

59
* add Superset::Database::Export class for exporting database configurations

lib/superset/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Superset
4-
VERSION = "0.2.1"
4+
VERSION = "0.2.2"
55
end

0 commit comments

Comments
 (0)