Skip to content

Commit

Permalink
chore: releasing version 0.15.2 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Oct 24, 2023
1 parent d6e9c7d commit 1ecd6ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.15.1](https://github.com/pactus-project/pactus/compare/v0.15.0...v0.15.1)(2023-10-24)

### Feat

- add community bootstrap nodes to testnet config ([#764](https://github.com/pactus-project/pactus/pull/764))
- **network**: implementing connection manager ([#773](https://github.com/pactus-project/pactus/pull/773))
- **network**: adding bootstrapper mode to the network config ([#760](https://github.com/pactus-project/pactus/pull/760))

### Fix

- **network**: ensure relay is not used when there is no direct connection
- **network**: close connection when unbale to get supported protocols ([#781](https://github.com/pactus-project/pactus/pull/781))
- **network**: enabling peer exchange for bootstrappers ([#779](https://github.com/pactus-project/pactus/pull/779))
- **network**: set connection limit for the resource manager ([#775](https://github.com/pactus-project/pactus/pull/775))
- **sync**: peer status set to known on sucessfull handshaking ([#774](https://github.com/pactus-project/pactus/pull/774))

## [0.15.1](https://github.com/pactus-project/pactus/compare/v0.15.0...v0.15.1)(2023-10-22)

### Fix
Expand Down
6 changes: 3 additions & 3 deletions docs/patching.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ To patch a released version, start by creating a dedicated branch for that versi
Let's create environment variables for the patch version. For the rest of this document, we will use these environment variables in the commands.

```bash
PRV_VER="0.15.0"
CUR_VER="0.15.1"
NEXT_VER="0.15.2"
PRV_VER="0.15.1"
CUR_VER="0.15.2"
NEXT_VER="0.15.3"
TAG_NAME="v${CUR_VER}"
TAG_MSG="Version ${CUR_VER}"
BASE_VER="0.15.0"
Expand Down

0 comments on commit 1ecd6ea

Please sign in to comment.