We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfed415 commit 3888e19Copy full SHA for 3888e19
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [v1.1.6] (2024-07-10)
4
5
### Fixed
6
@@ -613,7 +613,8 @@ Getting entity reference through `get_entity_reference`.
613
614
First _non-beta_ release
615
616
-[Unreleased]: https://github.com/RavenPack/python-api/compare/v1.1.5...HEAD
+[Unreleased]: https://github.com/RavenPack/python-api/compare/v1.1.6...HEAD
617
+[v1.1.6]: https://github.com/RavenPack/python-api/compare/v1.1.5...v1.1.6
618
[v1.1.5]: https://github.com/RavenPack/python-api/compare/v1.1.4...v1.1.5
619
[v1.1.4]: https://github.com/RavenPack/python-api/compare/v1.1.3...v1.1.4
620
[v1.1.3]: https://github.com/RavenPack/python-api/compare/v1.1.2...v1.1.3
ravenpackapi/version.py
@@ -1 +1 @@
-__version__ = "1.1.5"
+__version__ = "1.1.6"
0 commit comments