v3.3.0
What's Changed
- Add _mint(to, quantity) function by @Vectorized in #235
- Feat: Add Interface by @ahbanavi in #243
- add override and remove immutable in function to fit version under v0.8.8 by @tn606024 in #255
- Remove Pausable by @Vectorized in #257
Breaking Changes
- Changed the function signature of _mint
- Removed Pausable. Please check your contracts to make sure you are not using this extension as it has been removed in this version.
New Contributors
- @AlecPapierniak made their first contribution in #237
- @BrantBaca made their first contribution in #244
- @bios42eth made their first contribution in #250
- @maximedegreve made their first contribution in #248
- @tn606024 made their first contribution in #255
Full Changelog: v3.2.0...v3.3.0