Skip to content

Commit 3aba889

Browse files
committed
Prepare for release 20.1.2
1 parent 595cb2e commit 3aba889

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# NEXT RELEASE
1+
# 20.1.2 Release notes
22

33
### Enhancements
4-
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
54
* None.
65

76
### Fixed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

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

dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME: realm-core
2-
VERSION: 20.1.1
2+
VERSION: 20.1.2
33
OPENSSL_VERSION: 3.3.1
44
# Set to track a release branch on 10/9/24.
55
BAAS_VERSION: 670fb61d897b7d0007167843

0 commit comments

Comments
 (0)