Skip to content

Commit

Permalink
chore: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Apr 26, 2024
1 parent 6786f78 commit f5b3d7e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
14 changes: 12 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Release History - open AEA

## 1.52.0 (2024-04-18)
## 1.52.0 (2024-04-26)

AEA:
- Relax dependencies
- Loosens up the version range for several dependencies to allow better integration with other frameworks

Plugins:
- Implements a custom filtering method to handle RPC timeouts.

Packages:
- Adds `Celo` to ledger connection configurations

Chore:
- Adds whitelist for component mint check


## 1.51.0 (2024-04-10)

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The following table shows which versions of `open-aea` are currently being suppo

| Version | Supported |
| --------- | ------------------ |
| `1.51.x` | :white_check_mark: |
| `< 1.51.0` | :x: |
| `1.52.x` | :white_check_mark: |
| `< 1.52.0` | :x: |

## Reporting a Vulnerability

Expand Down
9 changes: 8 additions & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ Below we describe the additional manual steps required to upgrade between differ

## `v1.51.0` to `v1.52.0`

- No backwards incompatible changes
This release contains updated version range for several dependencies so please update you environments with following dependency versions

- `psutil>=5.7.0,<6.0.0`
- `bech32>=1.2.0,<2`
- `PyNaCl>=1.5.0,<2`
- `click>=8.1.0,<9`
- `pyyaml>=6.0.1,<9`
- `requests>=2.28.1,<3`

## `v1.50.0` to `v1.51.0`

Expand Down

0 comments on commit f5b3d7e

Please sign in to comment.