Skip to content

Commit e7674e1

Browse files
author
Gregory Hill
committed
release with yaml config
Signed-off-by: Gregory Hill <[email protected]>
1 parent 21b0b92 commit e7674e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

project/history.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ func FullVersion() string {
3131
var History relic.ImmutableHistory = relic.NewHistory("Monax Hoard", "https://github.com/monax/hoard").
3232
MustDeclareReleases("",
3333
``,
34+
"3.0.1 - 2019-03-01",
35+
`### Added
36+
- [CLI] Optional YAML configuration`,
37+
3438
"3.0.0 - 2019-02-26",
3539
`### Changed
3640
- [PROTO] Renamed symmetric grant SecretID to PublicID
@@ -42,9 +46,7 @@ var History relic.ImmutableHistory = relic.NewHistory("Monax Hoard", "https://gi
4246
### Added
4347
- [NODEJS] Added integration tests including test for symmetric secrets
4448
- [GRANTS] Added openpgp grants example
45-
- [CLI] Added ability to configure secrets on command line with hoard config <config> --secret
46-
-
47-
`,
49+
- [CLI] Added ability to configure secrets on command line with hoard config <config> --secret`,
4850
"2.0.0 - 2019-02-21",
4951
`### Changed
5052
- [PROTO] Upper case field names in protobuf

0 commit comments

Comments
 (0)