diff --git a/CHANGELOG.md b/CHANGELOG.md index 08aec9bd..68715dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] +## [9.1.0] - 2024-11-23 + ### Added - Add the hessian of the element shape functions for a quadratic quad element `QuadraticQuad.hessian()`. - Add the `order`-argument to `FieldContainer.extract(order="C")` as well as for `Field`, `FieldAxisymmetric`, `FieldPlaneStrain` to return C-contiguous arrays by default. diff --git a/src/felupe/__about__.py b/src/felupe/__about__.py index e54ff8ae..ba280739 100644 --- a/src/felupe/__about__.py +++ b/src/felupe/__about__.py @@ -1 +1 @@ -__version__ = "9.1.0-dev" +__version__ = "9.1.0"