Skip to content

Commit

Permalink
Release new version (#140)
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 Feb 7, 2024
1 parent 762c04f commit f4855a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-feet-lay.md

This file was deleted.

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

## 4.1.1

### Patch Changes

- 762c04f: Bump Python cryptography to 42.0.0

## 4.1.0

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

0 comments on commit f4855a1

Please sign in to comment.