Skip to content

Commit e62ca2b

Browse files
authored
Merge pull request #202 from wayofdev/release-please--branches--master--components--laravel-symfony-serializer
2 parents 57cf2e1 + 918a877 commit e62ca2b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.60"
2+
".": "2.0.0"
33
}

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.60...v2.0.0) (2024-06-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* prepare for release 2.0
9+
10+
### Features
11+
12+
* add symfony serializer facade ([b0d0c04](https://github.com/wayofdev/laravel-symfony-serializer/commit/b0d0c0417f25cdb51048ef84fb5ef1c2b826e5ae))
13+
* prepare for release 2.0 ([ca5ef98](https://github.com/wayofdev/laravel-symfony-serializer/commit/ca5ef989cc25152611d063f2fa8dffc3ca4552ef))
14+
* support for laravel 11.x and symfony 7.x ([b05333d](https://github.com/wayofdev/laravel-symfony-serializer/commit/b05333d464805aa1dd535fec77662d0ff6dcbf9f))
15+
16+
17+
### Bug Fixes
18+
19+
* remove database container support ([2e30104](https://github.com/wayofdev/laravel-symfony-serializer/commit/2e30104ed69ca6ce31ce9de5bed56d216f2c3343))
20+
21+
22+
### Dependencies
23+
24+
* remove doctrine/annotations ([c694154](https://github.com/wayofdev/laravel-symfony-serializer/commit/c69415437573cbb4f4eb4b43257b29124f55eec7))
25+
26+
27+
### Code Refactoring
28+
29+
* rewrote package to be more configurable and flexible ([32c3ceb](https://github.com/wayofdev/laravel-symfony-serializer/commit/32c3ceb10f8277c49d0aede645f962c3df30baae))
30+
331
## [1.2.60](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.59...v1.2.60) (2023-09-14)
432

533

0 commit comments

Comments
 (0)