Skip to content

Commit 328f015

Browse files
authored
Merge pull request #16 from rdytech/NEP-17473-up-version-to-0.1.2
[NEP-17475] ups version and changelog
2 parents be8c6ab + eff15d0 commit 328f015

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)