Skip to content

Commit 5a4ec83

Browse files
committed
update changelog
1 parent 7d31546 commit 5a4ec83

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.7 - 2024-08-27
4+
5+
* adds filter title_equals to dashboard list class - https://github.com/rdytech/superset-client/pull/33
6+
37
## 0.1.6 - 2024-07-10
48

59
* added a class **WarmUpCache** to hit the 'api/v1/dataset/warm_up_cache' endpoint to warm up the cache of all the datasets for a particular dashaboard being passed to the class - https://github.com/rdytech/superset-client/pull/28

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

0 commit comments

Comments
 (0)