Skip to content

Commit

Permalink
ChangeLOG is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakyCoder authored and FreakyCoder committed Oct 24, 2018
1 parent 28ef973 commit b7c9de8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [Unreleased](https://github.com/wrathchaos/StompClientLib/tree/HEAD)

[Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.7...HEAD)

**Closed issues:**

- Delegate StompClientDidConnect not called after connect-\>disconnect-\>connect [\#15](https://github.com/WrathChaos/StompClientLib/issues/15)

## [1.2.7](https://github.com/wrathchaos/StompClientLib/tree/1.2.7) (2018-10-23)
[Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.6...1.2.7)

## [1.2.6](https://github.com/wrathchaos/StompClientLib/tree/1.2.6) (2018-10-23)
[Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.5...1.2.6)

**Fixed bugs:**

- Error when connected to socket [\#23](https://github.com/WrathChaos/StompClientLib/issues/23)

**Closed issues:**

- Auto disconnects [\#11](https://github.com/WrathChaos/StompClientLib/issues/11)

## [1.2.5](https://github.com/wrathchaos/StompClientLib/tree/1.2.5) (2018-10-22)
[Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.4...1.2.5)

Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,20 @@ socketClient.autoDisconnect(time: 3)
- [ ] Re-write websocket full swift version instead of Facebook's SocketRocket lib

# Change Log

>
> ## [1.2.7](https://github.com/wrathchaos/StompClientLib/tree/1.2.7) (2018-10-23)
> [Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.6...1.2.7)
>
> ## [1.2.6](https://github.com/wrathchaos/StompClientLib/tree/1.2.6) (2018-10-23)
> [Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.5...1.2.6)
>
> **Fixed bugs:**
>
> - Error when connected to socket [\#23](https://github.com/WrathChaos/StompClientLib/issues/23)
>
> **Closed issues:**
>
> - Auto disconnects [\#11](https://github.com/WrathChaos/StompClientLib/issues/11)
>
> ## [1.2.5](https://github.com/wrathchaos/StompClientLib/tree/1.2.5) (2018-10-22)
> [ Full Changelog](https://github.com/wrathchaos/StompClientLib/compare/1.2.4...1.2.5)
Expand Down

0 comments on commit b7c9de8

Please sign in to comment.