We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10865ad commit cf5b01eCopy full SHA for cf5b01e
2 files changed
CHANGELOG.md
@@ -3,6 +3,28 @@
3
> As of v1.4.0, release candidates will be published in an effort to get new features out faster while still allowing
4
> time for full QA testing before moving the release candidate to a full release.
5
6
+## v2.0.1 [2025-01-17]
7
+
8
+__What's New:__
9
10
+* None
11
12
+__Enhancements:__
13
14
15
16
+__Bug Fixes:__
17
18
19
20
+__Dependencies:__
21
22
+* Pinned `britive` to major version 3.
23
24
+__Other:__
25
26
27
28
## v2.0.0 [2024-09-09]
29
30
__What's New:__
@@ -16,7 +38,7 @@ __Enhancements:__
38
39
__Bug Fixes:__
40
-* Fixed issue with global `default_tenant` test.
41
+* Fixed issue with global `default_tenant` test.
42
43
__Dependencies:__
44
src/pybritive/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.0'
+__version__ = '2.0.1'
0 commit comments