Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Feb 19, 2017
1 parent cb70af3 commit e1e084c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ This will fetch and create all images required for the build process. The comple

# Releases

3.0.0 (WiP) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.0.0)
3.0.0 (2017-02-19) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.0.0)

Feature and bugfix release containing the following **breaking** changes:
* Renamed configuration parameter `execs`to `commands`. Please update your configuration accordingly.
* Renamed configuration parameter `cron`to `schedule`. Please update your configuration accordingly.
* Renamed configuration parameter `execs` to `commands`. Please update your configuration accordingly.
* Renamed configuration parameter `cron` to `schedule`. Please update your configuration accordingly.
* Update to beats v5.2.1
* Fix: [Default schedule not working](https://github.com/christiangalsterer/execbeat/issues/6)

Expand All @@ -151,7 +151,6 @@ Bugfix release containing the following changes:
Feature release containing the following changes:
* Update to beats v5.1.1


2.0.0 (2016-11-26)

Feature release containing the following changes:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

var version = "3.0.0-SNAPSHOT"
var version = "3.0.0"
var name = "execbeat"

func main() {
Expand Down

0 comments on commit e1e084c

Please sign in to comment.