diff --git a/CHANGES.md b/CHANGES.md index 60c20496..4bb5596b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +0.6.2 +----- +* Add user defined command #65 +* eye status PROCESS_NAME, now return exit status for process name (0: up, 3: unmonitored) #68 +* test pid from pid_file for eye-lwp (hackety), probably fix #62 +* fix exclusive `eye load` + 0.6.1 ------ * Add log rotation gem (https://github.com/kostya/eye-rotate) diff --git a/lib/eye.rb b/lib/eye.rb index 27de1334..79755a49 100644 --- a/lib/eye.rb +++ b/lib/eye.rb @@ -1,5 +1,5 @@ module Eye - VERSION = "0.6.1" + VERSION = "0.6.2" ABOUT = "Eye v#{VERSION} (c) 2012-2014 @kostya" PROCLINE = "eye monitoring v#{VERSION}"