Skip to content

Commit ef8bc4f

Browse files
committed
docs: roll v4.0.0-beta.2
1 parent 198fca1 commit ef8bc4f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[4.0.0-beta.2]: https://github.com/PaulRBerg/prb-proxy/compare/v4.0.0-beta.1...v4.0.0-beta.2
89
[4.0.0-beta.1]: https://github.com/PaulRBerg/prb-proxy/compare/v2.0.0...v4.0.0-beta.1
910
[2.0.0]: https://github.com/PaulRBerg/prb-proxy/compare/v1.0.1...v2.0.0
1011
[1.0.1]: https://github.com/PaulRBerg/prb-proxy/compare/v1.0.0...v1.0.1
1112
[1.0.0]: https://github.com/PaulRBerg/prb-proxy/releases/tag/v1.0.0
1213

14+
## [4.0.0-beta.2] - 2023-03-03
15+
16+
### Changed
17+
18+
- Merge the registry and the factory ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
19+
- Rename `deployer` to `operator` ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
20+
- Set the owner via the `transientProxyOwner` storage variable ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
21+
- Transfer ownership via the registry ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
22+
- Bump submodules (@PaulRBerg)
23+
- Improve documentation (@PaulRBerg)
24+
- Make `VERSION` a string ([699f76](https://github.com/PaulRBerg/prb-proxy/commit/699f76bd2e93c3ef3c1867b3e97190344f2fc4aa)) (@PaulRBerg)
25+
26+
### Added
27+
28+
- Add `OpenZeppelin/openzeppelin-contracts` submodule
29+
30+
### Removed
31+
32+
- **Breaking**: Remove `PRBProxyFactory` contract ([#81](https://github.com/PaulRBerg/prb-proxy/pull/81)) (@PaulRBerg)
33+
- Remove `PaulRBerg/prb-contracts` submodule
34+
1335
## [4.0.0-beta.1] - 2023-02-25
1436

1537
_Version 3 has been skipped to keep the package version in sync with the contract version_
1638

1739
### Changed
1840

1941
- Change license to MIT ([#49](https://github.com/PaulRBerg/prb-proxy/issues/49)) (@PaulRBerg)
42+
- Format contracts with Forge Formatter (@PaulRBerg)
2043
- Improve documentation (@PaulRBerg)
2144
- Improve formatting (@PaulRBerg)
2245
- Improve names of custom errors, events, and functions (@PaulRBerg)

0 commit comments

Comments
 (0)