Skip to content

Commit

Permalink
Prepare for release 20.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Jan 3, 2025
1 parent fd96376 commit 8e9868e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# NEXT RELEASE
# 20.1.2 Release notes

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

### Fixed
* Changing type of primary key column crashes if more than one object ([#8056](https://github.com/realm/realm-core/issues/8056), since v14.13.2)
* Changing type of primary key column crashes if more than one object ([#8056](https://github.com/realm/realm-core/issues/8056), since v20.1.1)

### Breaking changes
* None.
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let versionStr = "20.1.1"
let versionStr = "20.1.2"
let versionPieces = versionStr.split(separator: "-")
let versionCompontents = versionPieces[0].split(separator: ".")
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME: realm-core
VERSION: 20.1.1
VERSION: 20.1.2
OPENSSL_VERSION: 3.3.1
# Set to track a release branch on 10/9/24.
BAAS_VERSION: 670fb61d897b7d0007167843
Expand Down

0 comments on commit 8e9868e

Please sign in to comment.