diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a11a6f4..804e2a26 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.2.0]: https://github.com/paulrberg/prb-math/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/paulrberg/prb-math/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/paulrberg/prb-math/compare/v2.5.0...v3.0.0 [2.5.0]: https://github.com/paulrberg/prb-math/compare/v2.4.3...v2.5.0 @@ -25,6 +26,20 @@ 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.2.0] - 2022-12-13 + +### Added + +- Add assertions for array comparisons (@paulrberg) + +### Removed + +- Delete assertions that have an "err" argument (@paulrberg) + +### Fixed + +- Match types for `SD1x18` and `UD2x18` assertions (@paulrberg) + ## [3.1.0] - 2022-12-13 ### Added diff --git a/package.json b/package.json index 4d09ed0b..004d25ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/math", "description": "Solidity library for advanced fixed-point math", - "version": "3.1.0", + "version": "3.2.0", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/paulrberg"