Skip to content

Commit

Permalink
Update CHANGELOG.MD for v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielashare committed Mar 9, 2023
1 parent 1d5257b commit 1b0e2d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v6.1.2 (2023-03-09)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.1.2)

### Added
- Error logging for runuser command (#99)

## [v6.1.1 (2023-03-05)](https://github.com/Superbition/Bakup-Agent/releases/tag/v6.1.1)

### Changed
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.1.1";
const string agentVersion = "v6.1.2";

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

0 comments on commit 1b0e2d7

Please sign in to comment.