Skip to content

Commit

Permalink
Merge pull request #324 from binance-chain/release_v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0 stable version
  • Loading branch information
j75689 authored Jul 26, 2021
2 parents 6ce2cef + 7c2cca2 commit 7822e9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v1.1.0
*[\#282](https://github.com/binance-chain/bsc/pull/282) update discord link
*[\#280](https://github.com/binance-chain/bsc/pull/280) update discord link
*[\#227](https://github.com/binance-chain/bsc/pull/227) use more aggressive write cache policy

## v1.1.0-beta
*[\#152](https://github.com/binance-chain/bsc/pull/152) upgrade to go-ethereum 1.10.3

## v1.0.7-hf.2
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 7822e9e

Please sign in to comment.