Skip to content

Commit d79edd2

Browse files
committed
IMP update changelog for 0.1.0
1 parent 9bc7cd5 commit d79edd2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
## 0.1.0 [Release page](https://github.com/Tubular/consul-bak/releases/tag/0.1.0)
2+
* Improved logging
3+
* Added dumptree command that creates a filesystem representation of the Consul KV store
4+
* Added syncgit commant that reads a git repo and writes to Consul's KV store
5+
* Changed syntax of the utility to be more straightforward (BREAKING)
6+
17
## 0.0.1 [Release page](https://github.com/Tubular/consul-bak/releases/tag/0.0.1)
28
* Initial release

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ var (
77
)
88

99
// Version contains the current version being run
10-
const Version = "0.0.2"
10+
const Version = "0.1.0"

0 commit comments

Comments
 (0)