Skip to content

Commit 0ebed96

Browse files
committed
Set version to 1.2.2
1 parent 4c06b3f commit 0ebed96

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASENOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `
1414

1515
# Releases
1616

17+
## Version 1.2.2
18+
19+
The `rippled` 1.2.2 release corrects a technical flaw in the fee escalation
20+
engine which could cause some fee metrics to be calculated incorrectly. In some
21+
circumstances this can potentially cause the server to crash.
22+
23+
**New and Updated Features**
24+
25+
This release has no new features.
26+
27+
**Bug Fixes**
28+
29+
- Fix a technical flaw in the fee escalation engine which could cause some fee metrics to be calculated incorrectly (4c06b3f86)
30+
1731
## Version 1.2.1
1832

1933
The `rippled` 1.2.1 release introduces several fixes including a change in the

src/ripple/protocol/impl/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace BuildInfo {
3030
// The build version number. You must edit this for each release
3131
// and follow the format described at http://semver.org/
3232
//------------------------------------------------------------------------------
33-
char const* const versionString = "1.2.1"
33+
char const* const versionString = "1.2.2"
3434

3535
#if defined(DEBUG) || defined(SANITIZER)
3636
"+"

0 commit comments

Comments
 (0)