Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fugue committed Sep 16, 2021
1 parent 3299ab8 commit 86060c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v1.4.0 (2021-09-16)

### Added
* A new 'compact' output format. See [our updated usage documentation](https://regula.dev/usage.html#example-output) for example output.
* Option to set the output format via the `REGULA_FORMAT` environment variable
* Remediation docs URLs to JSON output format. See [our updated report output documentation](https://regula.dev/report.html#rule-result-attributes) for more info.

## v1.3.2 (2021-09-09)

### Added
Expand Down
6 changes: 6 additions & 0 deletions changes/v1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.4.0 (2021-09-16)

### Added
* A new 'compact' output format. See [our updated usage documentation](https://regula.dev/usage.html#example-output) for example output.
* Option to set the output format via the `REGULA_FORMAT` environment variable
* Remediation docs URLs to JSON output format. See [our updated report output documentation](https://regula.dev/report.html#rule-result-attributes) for more info.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ markdown_extensions:
site_url: https://regula.dev
edit_uri: blob/master/docs/
extra:
version: v1.3.2
version: v1.4.0
social:
- icon: fontawesome/solid/globe
link: https://www.fugue.co
Expand Down

0 comments on commit 86060c9

Please sign in to comment.