Skip to content

Commit

Permalink
Add missing version changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 9, 2024
1 parent 0b0a8ec commit 79ba1fa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,12 +4,18 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil

## [Unreleased]

## [3.10.0] - 2024-03-09
## [3.11.0] - 2024-03-09

### Added

- ([#41]) Added Laravel 11 support

## [3.10.0] - 2023-09-13

### Added

- ([#38]) Support Route Scope Binding

## [3.9.0] - 2023-03-01

### Added
Expand Down Expand Up @@ -124,7 +130,8 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil

Initial release

[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.10.0...master
[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.11.0...master
[3.11.0]: https://github.com/cybercog/laravel-optimus/compare/3.10.0...3.11.0
[3.10.0]: https://github.com/cybercog/laravel-optimus/compare/3.9.0...3.10.0
[3.9.0]: https://github.com/cybercog/laravel-optimus/compare/3.8.0...3.9.0
[3.8.0]: https://github.com/cybercog/laravel-optimus/compare/3.7.0...3.8.0
Expand All @@ -142,6 +149,7 @@ Initial release
[2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0

[#41]: https://github.com/cybercog/laravel-optimus/pull/41
[#38]: https://github.com/cybercog/laravel-optimus/pull/38
[#35]: https://github.com/cybercog/laravel-optimus/pull/35
[#32]: https://github.com/cybercog/laravel-optimus/pull/32
[#31]: https://github.com/cybercog/laravel-optimus/pull/31
Expand Down

0 comments on commit 79ba1fa

Please sign in to comment.