diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d72e9e..8654bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ instructions, because git commits are used to generate release notes: + +## v17.1.0 (2024-02-09) + +- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210) +- 💥[[Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Note that the Vector container will now run in privileged mode. (by @FahadKhalid210) + ## v17.0.0 (2023-12-09) diff --git a/changelog.d/20231220_171731_fahad.khalid_fahad_cairn_12.md b/changelog.d/20231220_171731_fahad.khalid_fahad_cairn_12.md deleted file mode 100644 index 7039974..0000000 --- a/changelog.d/20231220_171731_fahad.khalid_fahad_cairn_12.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210) \ No newline at end of file diff --git a/changelog.d/20240109_175058_fahad.khalid.md b/changelog.d/20240109_175058_fahad.khalid.md deleted file mode 100644 index 162a7f9..0000000 --- a/changelog.d/20240109_175058_fahad.khalid.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Please note that the Vector container will now run in privileged mode. (by @FahadKhalid210) \ No newline at end of file diff --git a/tutorcairn/__about__.py b/tutorcairn/__about__.py index a08b09c..1bef254 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1 +1 @@ -__version__ = "17.0.0" +__version__ = "17.1.0"