Skip to content

Commit

Permalink
Merge pull request #4216 from realm/prepare-10.3.2
Browse files Browse the repository at this point in the history
Prepare 10.3.2
  • Loading branch information
fealebenpae authored Dec 11, 2020
2 parents 1e7cf5d + 91c1234 commit 7390723
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# NEXT RELEASE

### Enhancements
* None.
# 10.3.2 Release notes

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
* None.

### Breaking changes
* None.
* You may get assertion "n != realm::npos" when integrating changesets from the server. ([#4180](https://github.com/realm/realm-core/pull/4180), since v10.0.0)

-----------

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 = "10.3.1"
let versionStr = "10.3.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.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_NAME=realm-core
VERSION=10.3.1
VERSION=10.3.2
OPENSSL_VERSION=1.1.1g
MDBREALM_TEST_SERVER_TAG=2020-07-30

0 comments on commit 7390723

Please sign in to comment.