Skip to content

Commit

Permalink
Prepare release 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Sep 30, 2020
1 parent aee9a14 commit 2df5109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
# NEXT RELEASE

### Enhancements
* None.
# 6.1.3 Release notes

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
* Making a query in an indexed property may give a "Key not found" exception. ([#2025](https://github.com/realm/realm-dotnet/issues/2025), since v6.0.0)
* Fix queries for null on non-nullable indexed integer columns returning results for zero entries. (Since v6)

### Breaking changes
* None.

-----------

### Internals
* None.

----------------------------------------------

# 6.1.2 Release notes
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 = "6.1.2"
let versionStr = "6.1.3"
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,3 +1,3 @@
PACKAGE_NAME=realm-core
VERSION=6.1.2
VERSION=6.1.3
OPENSSL_VERSION=1.1.1b

0 comments on commit 2df5109

Please sign in to comment.