Skip to content

Commit

Permalink
Change version to 2.0
Browse files Browse the repository at this point in the history
There is a change in the default behaviour so the major version should change
  • Loading branch information
juhasipo committed Aug 29, 2018
1 parent 9160bc5 commit 8ffe1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Changelog
===========

1.4
2.0
---

* Add toggle to allow build to pass even if Slack API is down

Thanks `DonoA` for the contribution

#### Changed Behaviour
#### Breaking Change

Previously this plugin failed the build if the Slack API was down or unreachable. The default
behaviour has been changed so that the build is not failed anymore. This can still be turned on
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.vincit.go</groupId>
<artifactId>gocd-slack-task</artifactId>
<version>1.4</version>
<version>2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8ffe1b1

Please sign in to comment.