You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #251 from qbicsoftware/release/2.11.0
2.11.0 (2021-08-03)
----------------------------
**Added**
* A new enumeration for facilities ``life.qbic.datamodel.dtos.business.facilities.Facility`` (<#244>)
* New properties ``internalUnitPrice``, ``externalUnitPrice`` and ``serviceProvider`` for the ``life.qbic.datamodel.dtos.business.services.Product`` and its derivatives (<#245>)
* New properties ``totalPrice`` and ``totalDiscountPrice`` for the ``life.qbic.datamodel.dtos.business.ProductItem`` and ``totalDiscountPrice`` for the ``life.qbic.datamodel.dtos.business.Offer``
* A ``life.qbic.datamodel.dtos.business.facilities.FacilityFactory`` to get the facility for a given string representation (<#247>)
**Fixed**
* ProjectSpace names are now validated (<#249>)
**Dependencies**
**Deprecated**
* The ``unitPrice`` property in ``life.qbic.datamodel.dtos.business.services.Product``
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ Changelog
4
4
5
5
This project adheres to `Semantic Versioning <https://semver.org/>`_.
6
6
7
+
2.11.0 (2021-08-03)
8
+
----------------------------
9
+
10
+
**Added**
11
+
12
+
* A new enumeration for facilities ``life.qbic.datamodel.dtos.business.facilities.Facility`` (`#244 <https://github.com/qbicsoftware/data-model-lib/pull/244>`_)
13
+
* New properties ``internalUnitPrice``, ``externalUnitPrice`` and ``serviceProvider`` for the ``life.qbic.datamodel.dtos.business.services.Product`` and its derivatives (`#245 <https://github.com/qbicsoftware/data-model-lib/pull/245>`_)
14
+
* New properties ``totalPrice`` and ``totalDiscountPrice`` for the ``life.qbic.datamodel.dtos.business.ProductItem`` and ``totalDiscountPrice`` for the ``life.qbic.datamodel.dtos.business.Offer``
15
+
* A ``life.qbic.datamodel.dtos.business.facilities.FacilityFactory`` to get the facility for a given string representation (`#247 <https://github.com/qbicsoftware/data-model-lib/pull/247>`_)
16
+
17
+
**Fixed**
18
+
19
+
* ProjectSpace names are now validated (`#249 <https://github.com/qbicsoftware/data-model-lib/pull/249>`_)
20
+
21
+
**Dependencies**
22
+
23
+
**Deprecated**
24
+
25
+
* The ``unitPrice`` property in ``life.qbic.datamodel.dtos.business.services.Product``
0 commit comments