Skip to content

Commit

Permalink
Update Changelog with env output item (#429)
Browse files Browse the repository at this point in the history
## Type of change

<!-- (mark with an `X`) -->

```
- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [x] Other
```

## Objective

Add env output item in the changelog

## Before you submit

- Please add **unit tests** where it makes sense to do so (encouraged
but not required)
  • Loading branch information
differsthecat authored Dec 13, 2023
1 parent 92f19dc commit f8114ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/bws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Ability to output secrets in an `env` format with `bws` (#320)

## [0.3.1] - 2023-10-13

### Added
Expand Down

0 comments on commit f8114ab

Please sign in to comment.