Skip to content

Commit 41cd207

Browse files
committed
release v0.1.3
1 parent fb67e04 commit 41cd207

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## v0.1.x (Released 2019-03-06)
22

33
BUG FIXES
4+
45
- Fix automated build steps and Docker setup
56

7+
ADDITIONS
8+
9+
- Added environmental variables for data filepaths
10+
611
## v0.1.0 (Released 2019-03-06)
712

813
- Initial release

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package fed
66

77
// Version is the current version
8-
const Version = "v0.1.2"
8+
const Version = "v0.1.3"

0 commit comments

Comments
 (0)