diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e96287e..ac945318 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog: ========== +v2.1.4: +------- + +- Add side bar option to ``concrete_rectangular_section()``, thanks to `@Agent6-6-6 `_ +- Fix difference operation raising an error, thanks to `@connorferster `_ +- Added ``concrete_column_section()`` and ``add_bar()`` methods, thanks to `@connorferster `_ + +**Full changelog:** `2.1.3...2.1.4 `_ + v2.1.3: ------- diff --git a/sectionproperties/__init__.py b/sectionproperties/__init__.py index 4b666600..e63f4452 100644 --- a/sectionproperties/__init__.py +++ b/sectionproperties/__init__.py @@ -6,4 +6,4 @@ in structural design and visualise cross-sectional stresses resulting from combinations of applied forces and bending moments. """ -__version__ = "2.1.3" +__version__ = "2.1.4"