Skip to content

Commit

Permalink
Merge pull request #96 from Superbition/develop
Browse files Browse the repository at this point in the history
Update CHANGELOG.MD for v6.1.0
  • Loading branch information
danielashare authored Aug 1, 2021
2 parents 20fda07 + 04bc8fc commit ed6beba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v6.1.0 (2021-08-01)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.1.0)

### Added
- Always log when a job completes (#92)

### Changed
- During an uninstall, remove the `bakupagent` user (#93)

### Fixed
- If a job fails, add the failed command and error message to separate response elements (#94)

## [v6.0.0 (2021-07-31)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.0.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Agent
const string apiVersion = "1";

// Version of the agent
const string agentVersion = "v6.0.0";
const string agentVersion = "v6.1.0";

// Program loop wait time in seconds
const int pollTime = 60;
Expand Down

0 comments on commit ed6beba

Please sign in to comment.