Skip to content

Commit

Permalink
1.5.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed Jul 7, 2017
1 parent fce24a2 commit 8029487
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.4.0.RELEASE</version>
<version>v1.5.0.RELEASE</version>
</dependency>
```

## Change Logs

### v1.5.0.RELEASE

merge Support (un)authenticated proxies #34
merge Configurable web API URL #35

### v1.4.0.RELEASE

merge Typo fix #30
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.4.0-RELEASE</version>
<version>1.5.0-RELEASE</version>

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

0 comments on commit 8029487

Please sign in to comment.