Skip to content

Commit

Permalink
docs: add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kl7sn committed Sep 18, 2020
1 parent 88fc954 commit 9a6c6a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .grenrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
dataSource: "commits"
prefix: ""
includeMessages: "commits"
changelogFilename: "CHANGELOG.md"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## v0.1.0 (12/09/2020)
- [**closed**] Jupiter etcd库中最新版本API不兼容 [#10](https://github.com/douyu/juno-agent/issues/10)
- [**closed**] [CVE-20200602-01] health check data 可能泄露 数据库账号密码 [#1](https://github.com/douyu/juno-agent/issues/1)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BASE_PATH:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
SCRIPT_PATH:=$(BASE_PATH)/script
APP_NAME:=$(shell basename $(BASE_PATH))
COMPILE_OUT:=$(BASE_PATH)/release
APP_VERSION:=0.4.0
APP_VERSION:=0.1.0


all:print fmt buildAgent
Expand Down

0 comments on commit 9a6c6a3

Please sign in to comment.