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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fugue committed Sep 2, 2021
1 parent 1c92dc4 commit df68c7d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v1.3.0 (2021-09-02)

### Added
* Integration with Fugue's SaaS product via `regula scan`. This is a _purely optional_ feature and `regula run` continues to operate entirely standalone. Let us know if you'd like access to the closed beta by emailing support@fugue.co!

### Removed
* Out-of-date NIST mappings (#175)

### Fixed
* Errors from some Terraform configurations that use variables with nested complex types (#176)
* Bug where .terraform directory can get loaded when --no-ignore option is used (#181)
* Use consistent evaluation order for local variables in Terraform (#184)

## v1.2.0 (2021-08-19)

### Added
Expand Down
2 changes: 0 additions & 2 deletions changes/unreleased/Removed-20210819-095002.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions changes/v1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v1.3.0 (2021-09-02)

### Added
* Integration with Fugue's SaaS product via `regula scan`. This is a _purely optional_ feature and `regula run` continues to operate entirely standalone. Let us know if you'd like access to the closed beta by emailing support@fugue.co!

### Removed
* Out-of-date NIST mappings (#175)

### Fixed
* Errors from some Terraform configurations that use variables with nested complex types (#176)
* Bug where .terraform directory can get loaded when --no-ignore option is used (#181)
* Use consistent evaluation order for local variables in Terraform (#184)
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.2.0
version: v1.3.0
social:
- icon: fontawesome/solid/globe
link: https://www.fugue.co
Expand Down

0 comments on commit df68c7d

Please sign in to comment.