Skip to content

Commit 43aa6cd

Browse files
authored
Merge pull request #97 from lerna-stack/version-up
Release v2.0.0
2 parents d89d153 + aa75a2f commit 43aa6cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/lerna-stack/akka-entity-replication/compare/.v1.0.0...master
8+
[Unreleased]: https://github.com/lerna-stack/akka-entity-replication/compare/v2.0.0...master
9+
10+
11+
## [v2.0.0] - 2021-07-16
12+
[v2.0.0]: https://github.com/lerna-stack/akka-entity-replication/compare/v1.0.0...v2.0.0
913

1014
### Breaking Change
1115

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use this library, you must add a dependency into your sbt project, add the fo
3131

3232
[![Maven Central](https://img.shields.io/maven-central/v/com.lerna-stack/akka-entity-replication_2.13?color=%23005cb2&label=stable)](https://mvnrepository.com/artifact/com.lerna-stack/akka-entity-replication)
3333

34-
⚠️ `v2.0.0` will contain breaking changes. For more details see [CHANGELOG](./CHANGELOG.md).
34+
⚠️ `v2.0.0` contains breaking changes. For more details see [CHANGELOG](./CHANGELOG.md).
3535

3636
```scala
3737
libraryDependencies += "com.lerna-stack" %% "akka-entity-replication" % "X.X.X"

0 commit comments

Comments
 (0)