diff --git a/CHANGELOG.md b/CHANGELOG.md index a92e95b..cae53c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # looqs: Release notes +## 2022-06-07 - v0.2 +CHANGES: +- Sandboxing: Add environment variable `LOOQS_DISABLE_SANDBOXING` to disable sandboxing. This is intended for troubleshooting +- Sandboxing: Fix issue where activation failed on kernels without landlock + ## 2022-06-06 - v0.1 The first release comes with basic functionality. It's a start that can be considered useful to some degree. diff --git a/README.md b/README.md index d2d0fcb..4f4d1ac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There is no need to write the long form of filters. There are also booleans avai ## Current status -Last version: 2022-06-06, v0.1 +Last version: 2022-06-07, v0.2 Please see [Changelog](CHANGELOG.md) for a human readable list of changes.