Skip to content

Commit cccb3ca

Browse files
committed
Prepare for release 14.14.0
1 parent 4aa15f6 commit cccb3ca

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# NEXT RELEASE
1+
# 14.14.0 Release notes
22

33
### Enhancements
4-
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
54
* Enable automatic client reset recovery for audit Realm files ([PR #8072](https://github.com/realm/realm-core/pull/8072)).
65

76
### Fixed
8-
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
97
* None.
108

119
### Breaking changes

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

6-
let versionStr = "14.13.5"
6+
let versionStr = "14.14.0"
77
let versionPieces = versionStr.split(separator: "-")
88
let versionCompontents = versionPieces[0].split(separator: ".")
99
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""

dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME: realm-core
2-
VERSION: 14.13.5
2+
VERSION: 14.14.0
33
OPENSSL_VERSION: 3.3.1
44
ZLIB_VERSION: 1.2.13
55
# Set to track a release branch on 10/9/24.

0 commit comments

Comments
 (0)