Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

11 changes: 11 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ to a major new version of the SDK.

.. scriv-insert-here

.. _changelog-4.1.0:

v4.1.0 (2025-10-23)
===================

Added
-----

- Updated ``create_flow`` and ``update_flow`` to accept an authentication policy to assign to a flow. (:pr:`1334`)
- Note: SDK support for this feature is being released in advance of service support, which will follow at a later time.

.. _changelog-4.0.1:

v4.0.1 (2025-10-13)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "globus-sdk"
version = "4.0.1"
version = "4.1.0"
authors = [
{ name = "Globus Team", email = "support@globus.org" },
]
Expand Down