Skip to content

Commit b2b3468

Browse files
committed
Update changelog
1 parent 8ff13db commit b2b3468

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

CHANGELOG.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.0.0] - 2021-11-03
6+
### Added
7+
- Added support for PHP 8
8+
9+
### Changed
10+
- Dropped support for Laravel 7
11+
12+
## [3.1.1] - 2020-09-13
13+
### Changed
14+
- Added minimum version for `laravel/framework` dependency
15+
16+
## [3.1.0] - 2020-09-13
17+
### Changed
18+
- Added support for Laravel 8
19+
20+
21+
## [3.0.0] - 2020-06-07
22+
### Changed
23+
- Replace `phpspec/phpspec` with `pestphp/pest`
24+
- Add typed properties where possible
25+
- Drop support for Laravel 6
26+
- Drop support for PHP 7.3
27+
528
## [2.0.2] - 2019-09-16
629
### Changed
730
- Views now get published as well when running `artisan vendor:publish`
@@ -77,21 +100,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77100
### Changed
78101
- Add missing `web` middleware to default configuration
79102

103+
[4.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.1.1...4.0.0
104+
[3.1.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.1.0...3.1.1
105+
[3.1.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.0.0...3.1.0
106+
[3.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.2...3.0.0
107+
[2.0.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.1...2.0.2
108+
[2.0.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.0...2.0.1
109+
[2.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.3.0...2.0.0
110+
[1.3.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.2.0...1.3.0
111+
[1.2.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.1.0...1.2.0
112+
[1.1.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.0.0...1.1.0
113+
[1.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.4...1.0.0
80114
[0.3.4] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.3...0.3.4
81-
82115
[0.3.3] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.2...0.3.3
83-
84116
[0.3.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.1...0.3.2
85-
86117
[0.3.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.0...0.3.1
87-
88118
[0.3.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.2...0.3.0
89-
90119
[0.2.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.1...0.2.2
91-
92120
[0.2.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.0...0.2.1
93-
94121
[0.2.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.1...0.2.0
95-
96122
[0.1.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.0...0.1.1
97-

0 commit comments

Comments
 (0)