diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e074121..73e583d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[3.3.2]: https://github.com/PaulRBerg/prb-math/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/PaulRBerg/prb-math/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/PaulRBerg/prb-math/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/PaulRBerg/prb-math/compare/v3.1.0...v3.2.0 @@ -28,6 +29,12 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th [1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0 +## [3.3.2] - 2023-03-19 + +### Changed + +- Use `ValueType.wrap` directly in casting functions (@PaulRBerg) + ## [3.3.1] - 2023-03-17 ### Changed diff --git a/package.json b/package.json index cfabdad8..6eee14ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/math", "description": "Solidity library for advanced fixed-point math", - "version": "3.3.1", + "version": "3.3.2", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"