Skip to content

Commit 863e144

Browse files
committed
[NEP-18176]: Change log and version change
1 parent 5a33b5d commit 863e144

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Change Log
2+
## 0.2.0.rc1 - 2024-08-16
3+
4+
* Adding RLS filter clause to the 'api/v1/security/guest_token/' API params in guest_token.rb - https://github.com/rdytech/superset-client/pull/31
5+
* This adds 2 filters site_clause which adds the condition to retrieve only the records that belong to current user's accessible_site_ids and programme_clause which adds the condition to retrieve only the records that belong to current user's programmes
26

37
## 0.1.7 - 2024-08-27
48

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
superset (0.1.6)
17+
superset (0.2.0.rc1)
1818
dotenv (~> 2.7)
1919
enumerate_it (~> 1.7.0)
2020
faraday (~> 1.0)

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

0 commit comments

Comments
 (0)