bump(release): v0.1.1 → v0.2.0

This commit is contained in:
Nathaniel Landau
2023-01-25 17:26:29 +00:00
parent 455a2c9e86
commit 6867c62dcf
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
## v0.2.0 (2023-01-25)
### Feat
- **configuration**: support multiple vaults in the configuration file (#6)
### Refactor
- **application**: refactor questions to separate class (#7)
## v0.1.1 (2023-01-23)
### Fix