diff --git a/HISTORY.md b/HISTORY.md index 9695f25852..d400ac10cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # Release History - open AEA +## 1.50.0 (2024-03-13) + +AEA: + +- Fixes IPFS node address parsing on Git console +- Adds support for caching and reusing packages + ## 1.49.0 (2024-03-06) AEA: diff --git a/SECURITY.md b/SECURITY.md index 7d4514bf2c..fd52b654b4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,8 +8,8 @@ The following table shows which versions of `open-aea` are currently being suppo | Version | Supported | | --------- | ------------------ | -| `1.49.x` | :white_check_mark: | -| `< 1.49.0` | :x: | +| `1.50.x` | :white_check_mark: | +| `< 1.50.0` | :x: | ## Reporting a Vulnerability diff --git a/docs/upgrading.md b/docs/upgrading.md index 3f955a7bcc..73c2edf786 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -9,6 +9,10 @@ Below we describe the additional manual steps required to upgrade between differ ### Upgrade guide +## `v1.49.0` to `v1.50.0` + +- No backwards incompatible changes + ## `v1.48.0.post1` to `v1.49.0` - No backwards incompatible changes