Skip to content

Commit

Permalink
chore: releasing version 1.1.4 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored May 7, 2024
1 parent 49a789a commit c3b7061
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.4](https://github.com/pactus-project/pactus/compare/v1.1.3...v1.1.4) (2024-05-07)

### Fix

- **network**: set infinite limit for resource manager ([#1261](https://github.com/pactus-project/pactus/pull/1261))
- **sync**: introduce session manager ([#1257](https://github.com/pactus-project/pactus/pull/1257))
- **HTTP**: using amount type for fee in transaction details ([#1255](https://github.com/pactus-project/pactus/pull/1255))

### Refactor

- **network**: refactor peer manager and redefine the min cons ([#1259](https://github.com/pactus-project/pactus/pull/1259))

## [1.1.3](https://github.com/pactus-project/pactus/compare/v1.1.2...v1.1.3) (2024-04-25)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var NodeVersion = Version{
Major: 1,
Minor: 1,
Patch: 4,
Meta: "beta",
Meta: "",
}

// These struct follow the semantic versioning 2.0.0 spec (http://semver.org/)
Expand Down

0 comments on commit c3b7061

Please sign in to comment.