Skip to content

Commit

Permalink
Update CHANGELOG.md (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 12, 2021
1 parent 9503e8a commit d8c684f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- changelog-linker -->

## Unreleased
## [0.2.0] - 2021-03-01

### Changed

Expand Down Expand Up @@ -38,8 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.2] - 2020-11-22

### Changed

- [#8] Make the subscribers count more readable

## [0.0.1] - 2020-11-22
Expand All @@ -52,26 +50,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [#7] Bump codecov/codecov-action from v1.0.14 to v1.0.15
- [#6] Switch belongsToMany to morphToMany
- [#7] Bump codecov/codecov-action from v1.0.14 to v1.0.15

[#7]: https://github.com/laravel-interaction/subscribe/pull/7
[#6]: https://github.com/laravel-interaction/subscribe/pull/6
[#5]: https://github.com/laravel-interaction/subscribe/pull/5
[#4]: https://github.com/laravel-interaction/subscribe/pull/4
[#3]: https://github.com/laravel-interaction/subscribe/pull/3
[#13]: https://github.com/laravel-interaction/subscribe/pull/13
[#12]: https://github.com/laravel-interaction/subscribe/pull/12
[#11]: https://github.com/laravel-interaction/subscribe/pull/11
[#8]: https://github.com/laravel-interaction/subscribe/pull/8
[#23]: https://github.com/laravel-interaction/subscribe/pull/23
[#22]: https://github.com/laravel-interaction/subscribe/pull/22
[#21]: https://github.com/laravel-interaction/subscribe/pull/21
[#20]: https://github.com/laravel-interaction/subscribe/pull/20
[#19]: https://github.com/laravel-interaction/subscribe/pull/19
[#18]: https://github.com/laravel-interaction/subscribe/pull/18
[#17]: https://github.com/laravel-interaction/subscribe/pull/17
[#16]: https://github.com/laravel-interaction/subscribe/pull/16
[#15]: https://github.com/laravel-interaction/subscribe/pull/15
[#13]: https://github.com/laravel-interaction/subscribe/pull/13
[#12]: https://github.com/laravel-interaction/subscribe/pull/12
[#11]: https://github.com/laravel-interaction/subscribe/pull/11
[#8]: https://github.com/laravel-interaction/subscribe/pull/8
[#7]: https://github.com/laravel-interaction/subscribe/pull/7
[#6]: https://github.com/laravel-interaction/subscribe/pull/6
[#5]: https://github.com/laravel-interaction/subscribe/pull/5
[#4]: https://github.com/laravel-interaction/subscribe/pull/4
[#3]: https://github.com/laravel-interaction/subscribe/pull/3
[0.2.0]: https://github.com/laravel-interaction/subscribe/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/laravel-interaction/subscribe/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/laravel-interaction/subscribe/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/laravel-interaction/subscribe/compare/0.0.1...0.0.2
[#22]: https://github.com/laravel-interaction/subscribe/pull/22
[#21]: https://github.com/laravel-interaction/subscribe/pull/21
[0.1.1]: https://github.com/laravel-interaction/subscribe/compare/0.1.0...0.1.1

0 comments on commit d8c684f

Please sign in to comment.