Skip to content

Commit cf89375

Browse files
Bump version number
Signed-off-by: Matteo Joliveau <matteojoliveau@gmail.com>
1 parent 52271d2 commit cf89375

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Added
9-
- Support for deleting a Player
10-
- Support for external_player_id
11-
128

13-
## [Unreleased]
9+
## [0.6.0] - 2021-10-21
1410
### Added
11+
- Support for external_player_id and for deleting a Player thanks to [@reachire-smendola] ([#35](https://github.com/mikamai/onesignal-ruby/pull/35))
1512
- Support for icons thanks to [@mtayllan] ([#33](https://github.com/mikamai/onesignal-ruby/pull/33))
1613

1714

@@ -42,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4239
## [0.2.0] - 2019-01-07
4340
First public release. This version is the first publicly available on [RubyGems](https://rubygems.org/gems/onesignal-ruby).
4441

45-
[Unreleased]: https://github.com/mikamai/onesignal-ruby/compare/0.5.0...HEAD
42+
[Unreleased]: https://github.com/mikamai/onesignal-ruby/compare/0.6.0...HEAD
43+
[0.6.0]: https://github.com/mikamai/onesignal-ruby/compare/0.5.0...0.6.0
4644
[0.5.0]: https://github.com/mikamai/onesignal-ruby/compare/0.4.0...0.5.0
4745
[0.4.0]: https://github.com/mikamai/onesignal-ruby/compare/0.3.0...0.4.0
4846
[0.3.0]: https://github.com/mikamai/onesignal-ruby/compare/0.2.0...0.3.0
@@ -56,3 +54,4 @@ First public release. This version is the first publicly available on [RubyGems]
5654
[@martinjaimem]: https://github.com/martinjaimem
5755
[@regedarek]: https://github.com/regedarek
5856
[@rgould]: https://github.com/rgould
57+
[@reachire-smendola]: https://github.com/reachire-smendola

lib/onesignal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module OneSignal
4-
VERSION = '0.5.0'
4+
VERSION = '0.6.0'
55
API_VERSION = 'v1'
66
end

0 commit comments

Comments
 (0)