diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ce362..b60f303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.2.22 + +### [0.2.22](https://github.com/openfga/vscode-ext/compare/v0.2.21...v0.2.22) (2024-05-08) + +- feat: add support for list users (#232) - See [example](https://github.com/openfga/cli/blob/7f8f86973799d9be6ae443147977e36595461bc9/example/model.fga.yaml#L72-L85) +- fix: add block chomping for yaml store model field (#228) +- fix: adding @ to allowable characters in id (#217) +- chore: fix roadmap link in docs (#220) - thanks @solon + ## v0.2.21 ### [0.2.21](https://github.com/openfga/vscode-ext/compare/v0.2.20...v0.2.21) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index 1e80dd7..05348f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfga-vscode", - "version": "0.2.21", + "version": "0.2.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfga-vscode", - "version": "0.2.21", + "version": "0.2.22", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 80eed7c..1165f4a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "zanzibar" ], "license": "Apache-2.0", - "version": "0.2.21", + "version": "0.2.22", "repository": { "type": "git", "url": "https://github.com/openfga/vscode-ext"