Skip to content

Commit

Permalink
Release new version (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 6, 2024
1 parent 5f80802 commit d3da187
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-baboons-notice.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 4.4.0

### Minor Changes

- 5f80802: Update requests dependency version to >= 2.32.2 to migrate away from deprecated get_connection function in custom HTTPAdapters.

## 4.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evervault-python",
"private": true,
"version": "4.3.1",
"version": "4.4.0",
"scripts": {
"version": "changeset version && PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && poetry version $PACKAGE_VERSION"
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evervault"
version = "4.3.1"
version = "4.4.0"
description = "Evervault SDK"
authors = ["Evervault <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d3da187

Please sign in to comment.