Skip to content

Commit

Permalink
CHANGELOG.md -> Added section for version 5.1.0 version.py -> Updated…
Browse files Browse the repository at this point in the history
… version to 5.1.0 (#441)
  • Loading branch information
FarhanAnjum-opti authored Nov 29, 2024
1 parent 22c74ee commit 7fa6153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Optimizely Python SDK Changelog

## 5.1.0
November 27th, 2024

Added support for batch processing in DecideAll and DecideForKeys, enabling more efficient handling of multiple decisions in the User Profile Service.([#440](https://github.com/optimizely/python-sdk/pull/440))

## 5.0.1
June 26th, 2024

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (5, 0, 1)
version_info = (5, 1, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 7fa6153

Please sign in to comment.