Skip to content

Commit

Permalink
release commit V2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiraj Awati committed Jun 13, 2018
1 parent c855291 commit ba16d26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.


## 2.1.3 (2018-06-13)
- Updated AWS SDK dependency version to `1.14.1`
- Refactored `MockTimerClient`
- Moving version number variable to `cfg` package

## 2.1.2 (2018-05-14)
- SystemD service file updates for Debian and Linux binaries: PR [#3](https://github.com/aws/aws-xray-daemon/pull/3)
- Added Travis CI: PR [#7](https://github.com/aws/aws-xray-daemon/pull/7)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion daemon/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// Version number of the X-Ray daemon.
const Version = "2.1.2"
const Version = "2.1.3"

var configLocations = []string{
"/etc/amazon/xray/cfg.yaml",
Expand Down

0 comments on commit ba16d26

Please sign in to comment.