Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVrijburg authored Jul 7, 2024
1 parent 8ce3d8f commit d65ab68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.14.0 | 2024-07-07
* Add support for `Time entry` endpoint
* Refactoring of the `Note` entity from `ContactNote` to a generic `Note` used in multiple entity types
* Refactoring of endpoint namespaces after moving them within the solution
* Refactoring of fields with a price or discount value from `string` to a `double` through serialization
* Improved deserialization of error messages
* Change various `Id` fields from `int` to `string` due to incorrect documentation
* Updates of dependency versions

## 0.13.3 | 2024-07-05
* Fix deserialization for id in CustomFieldAttribute entity.

Expand Down

0 comments on commit d65ab68

Please sign in to comment.