Skip to content

Commit

Permalink
Update changelog (#130)
Browse files Browse the repository at this point in the history
* update changelog with new version

Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
github-actions[bot] authored Jan 1, 2023
1 parent 71ad801 commit a625c36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release notes for v0.9.0

## Changes by Kind

### Feature

- Add project settings under `Preference -> Languages & Framworks -> Opa` to configure `opa check` options.
the `--strict` options is enable by default ([#133](https://github.com/open-policy-agent/opa-idea-plugin/pull/133), [@vgramer](https://github.com/vgramer))
- Add support for IDEA 2022.3 ([#139](https://github.com/open-policy-agent/opa-idea-plugin/pull/139), [@vgramer](https://github.com/vgramer))

### Bug or Regression

- Fix NPE when loading project ([#138](https://github.com/open-policy-agent/opa-idea-plugin/pull/138), [@vgramer](https://github.com/vgramer))
- Grammar: allow trailing comma in function arg list ([#132](https://github.com/open-policy-agent/opa-idea-plugin/pull/132), [@vgramer](https://github.com/vgramer))

# Release notes for v0.8.0

## Changes by Kind
Expand Down

0 comments on commit a625c36

Please sign in to comment.