Skip to content

Commit 81824e4

Browse files
committed
Add v0.2.4 changelog
1 parent b443e1c commit 81824e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.2.4] - 2023-06-10
6+
- Matrix builds for Ruby v3.0 onwards only
7+
- Remove support for Ruby v2.x
8+
59
## [0.2.3] - 2021-07-03
610
### Added
711
- Support for Ruby v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ aws-security-viz only uses the `ec2:DescribeSecurityGroups` api so a minimal IAM
117117

118118
Alternatively you can use [aws-vault](https://github.com/99designs/aws-vault/) and run it using short lived temporary credentials.
119119

120-
`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator`
120+
`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator --serve 9091`
121121

122122
#### Advanced configuration
123123

0 commit comments

Comments
 (0)