Skip to content

Commit

Permalink
Release 0.4.0 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie authored Dec 26, 2020
1 parent 80cf845 commit 4aee5b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.4.0 / 2020-12-26

This release now correctly resolves relative paths with regards to the
configuration file, instead of the current working directory.

* [FEATURE] `https`: Add a Validate() function. #22
* [ENHANCEMENT] `https`: Mark kingpin flag as experimental. #20
* [BUGFIX] `https`: Make certificate paths relative to configuration file. #21

## 0.3.0 / 2020-12-25

* [FEATURE] `https`: Add Serve to use an existing listener. #16
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit 4aee5b2

Please sign in to comment.