Skip to content

Commit

Permalink
Release new version (#135)
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
DeirdreCleary and github-actions[bot] committed Jan 10, 2024
1 parent 6cd126a commit 23b0a3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-trains-exercise.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## 4.1.0

### Minor Changes

- 8eba1ce: Added `attestable_enclave_session()` function to create an attestable request session with an Evervault Enclave. The `attestable_cage_session()` has been marked as deprecated as it will be removed in future versions of the SDK.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "evervault-python",
"private": true,
"version": "4.0.0",
"version": "4.1.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evervault"
version = "4.0.0"
version = "4.1.0"
description = "Evervault SDK"
authors = ["Evervault <engineering@evervault.com>"]
license = "MIT"
Expand Down

0 comments on commit 23b0a3f

Please sign in to comment.