Skip to content

Commit

Permalink
chore(release): releasing version 1.6.2 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Nov 28, 2024
1 parent 6ef3d77 commit 2b77b8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.6.2](https://github.com/pactus-project/pactus/compare/v1.6.1...v1.6.2) (2024-11-29)

- **releaser**: add libsharpyuv-0.dll to the Windows installer ([#1621](https://github.com/pactus-project/pactus/pull/1621))

## [1.6.1](https://github.com/pactus-project/pactus/compare/v1.6.0...v1.6.1) (2024-11-29)

### Feat
Expand Down
6 changes: 3 additions & 3 deletions docs/patching.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Create environment variables for the patch version, which will be used in subseq
Keep your terminal open for further steps.

```bash
PRV_VER="1.6.0"
CUR_VER="1.6.1"
NEXT_VER="1.6.2"
PRV_VER="1.6.1"
CUR_VER="1.6.2"
NEXT_VER="1.6.3"
BASE_BRANCH="1.6.x"
TAG_NAME="v${CUR_VER}"
TAG_MSG="Version ${CUR_VER}"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var NodeVersion = Version{
Major: 1,
Minor: 6,
Patch: 1,
Patch: 2,
Meta: "",
Alias: "Mumbai",
}
Expand Down

0 comments on commit 2b77b8c

Please sign in to comment.