diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4e587..c2e4670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.1.4] - 2020.07.28 + +### Changed + +- Add `image_axes` argument to function mapper function that generates an RVE via 2D microstructure extrusion: `volume_element_from_microstructure_image`. + ## [0.1.3] - 2020.06.26 ### Added diff --git a/matflow_damask/_version.py b/matflow_damask/_version.py index 8ce9b36..7525d19 100644 --- a/matflow_damask/_version.py +++ b/matflow_damask/_version.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4'