File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.54 .0"
2
+ "." : " 4.55 .0"
3
3
}
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 4.55.0] ( https://github.com/cloudquery/plugin-sdk/compare/v4.54.0...v4.55.0 ) (2024-07-30)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add ` PermissionsNeeded ` to tables schema ([ #1827 ] ( https://github.com/cloudquery/plugin-sdk/issues/1827 ) ) ([ 863b906] ( https://github.com/cloudquery/plugin-sdk/commit/863b9068bd296dac7c879ae3980a2f2f3ec4c359 ) )
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * Handle commas in permissions array ([ #1835 ] ( https://github.com/cloudquery/plugin-sdk/issues/1835 ) ) ([ b633aed] ( https://github.com/cloudquery/plugin-sdk/commit/b633aed0dc0e6fa8f8af58c8f84e5309375f4608 ) )
19
+
8
20
## [ 4.54.0] ( https://github.com/cloudquery/plugin-sdk/compare/v4.53.1...v4.54.0 ) (2024-07-30)
9
21
10
22
You can’t perform that action at this time.
0 commit comments