Skip to content

Commit

Permalink
v1.7.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed Nov 15, 2018
1 parent 5334727 commit dee2d67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ Step 2. Add the dependency in the form
<dependency>
<groupId>com.github.allbegray</groupId>
<artifactId>slack-api</artifactId>
<version>v1.6.0.RELEASE</version>
<version>v1.7.0.RELEASE</version>
</dependency>
```

## Change Logs

### v1.7.0.RELEASE

merge async-http-client version update to 2.4.5 #49
merge Get bot id, bot acess token and get bot user id #50

### v1.6.0.RELEASE

merge Add reply broadcast flag #43
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>allbegray</groupId>
<artifactId>slack-api</artifactId>
<version>1.6.0-RELEASE</version>
<version>1.7.0-RELEASE</version>

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

0 comments on commit dee2d67

Please sign in to comment.