Skip to content

Commit c895b1e

Browse files
author
Christian Melchior
committed
Release 1.11.0
1 parent 5395490 commit c895b1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.0-SNAPSHOT (YYYY-MM-DD)
1+
## 1.11.0 (2023-09-01)
22

33
### Breaking Changes
44
* `BaseRealmObject.equals()` has changed from being identity-based only (===) to instead return `true` if two objects come from the same Realm version. This e.g means that reading the same object property twice will now be identical. Note, two Realm objects, even with identical values will not be considered equal if they belong to different versions.
@@ -51,7 +51,7 @@ if the content is the same. Custom implementations of these methods will be resp
5151
* Minimum Android SDK: 16.
5252

5353
### Internal
54-
* Updated to Realm Core 13.19.1, commit c258e2681bca5fb33bbd23c112493817b43bfa86.
54+
* Updated to Realm Core 13.20.0, commit c258e2681bca5fb33bbd23c112493817b43bfa86.
5555

5656

5757
## 1.10.2 (2023-07-21)

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()
6262

6363
object Realm {
6464
val ciBuild = (System.getenv("JENKINS_HOME") != null)
65-
const val version = "1.11.0-SNAPSHOT"
65+
const val version = "1.11.0"
6666
const val group = "io.realm.kotlin"
6767
const val projectUrl = "https://realm.io"
6868
const val pluginPortalId = "io.realm.kotlin"

0 commit comments

Comments
 (0)