Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinSchramm committed Aug 26, 2020
1 parent 7150f98 commit b673db0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Events
- Introduced Event Typing to have better access

### Added
- Added changelog
## [2.0.0] - 2020-08-26
- Added Pins API methods
- Added JsonIgnore on unknown properties to DTOs
- Unified Message objects into one
- Added app_home_opened event
- Added subteam_created event
- Added subteam_members_changed event
- Added team_join event
- Added user_change event
- Introdced Instant Type mapping in UserGroup
- Added TypedEventReceiver to make generic event type mapping possible
- Added various sample methods for testing

## [1.0.0] - 2019-10-25
Initial Release
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.kreait.slack.api.spring.group.users.SpringUserMethodGroup
import org.junit.jupiter.api.DisplayName
import org.junit.jupiter.api.Test

class SprinSlackClientTests {
class SpringSlackClientTests {
private val springSlackClient = SpringSlackClient()

@DisplayName("Check RespondMethodGroup")
Expand Down Expand Up @@ -103,4 +103,4 @@ class SprinSlackClientTests {
fun testPinsGroup() {
assert(springSlackClient.pins() is SpringPinsMethodGroup)
}
}
}

0 comments on commit b673db0

Please sign in to comment.