From 67c3305e62f73747a812a9809b86262fa558667b Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Tue, 13 Nov 2018 19:20:21 +0000 Subject: [PATCH] Fix version of last release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06f7df6..0c4e508a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.1.4] - 2018-11-12 +## [3.2.0] - 2018-11-12 ### Added - Added `getVolume()` helper method to `PackedItem` [Cosmologist] ### Changed @@ -261,9 +261,9 @@ Initial release - Experimental code to get a feel for how calculations can best be implemented - Only works if all items fit into a single box (so not production ready at all) -[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.1.4...master +[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.2.0...master -[3.1.4]: https://github.com/dvdoug/BoxPacker/compare/3.1.3...3.1.4 +[3.2.0]: https://github.com/dvdoug/BoxPacker/compare/3.1.3...3.2.0 [3.1.3]: https://github.com/dvdoug/BoxPacker/compare/3.1.2...3.1.3 [3.1.2]: https://github.com/dvdoug/BoxPacker/compare/3.1.1...3.1.2 [3.1.1]: https://github.com/dvdoug/BoxPacker/compare/3.1.0...3.1.1