Skip to content

Commit eff15d0

Browse files
committed
[NEP-17475] ups version and changlog
1 parent be8c6ab commit eff15d0

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.1.2 - 2024-03-22
4+
5+
* adds export endpoint
6+
37
## 0.1.1 - 2024-03-14
48

59
* superset pipeline part 1 with supported endpoints by @jbat in https://github.com/rdytech/superset-client/pull/4

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.1.1"
4+
VERSION = "0.1.2"
55
end

0 commit comments

Comments
 (0)