Skip to content

Commit f775263

Browse files
committed
Update change log
1 parent 3ed5c85 commit f775263

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Parse-Swift Changelog
22

33
### main
4-
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.6...main)
4+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.7...main)
55
* _Contributing to this repo? Add info about your change here to be included in the next release_
66

7+
### 1.9.7
8+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.6...1.9.7)
9+
10+
__Improvements__
11+
- Properly allow a mixed custom objectId environment without compromising safety checks using .save(). If a developer wants to ignore the objectId checks, they need to specify isIgnoreCustomObjectIdConfig = true each time ([#222](https://github.com/parse-community/Parse-Swift/pull/222)), thanks to [Corey Baker](https://github.com/cbaker6).
12+
713
### 1.9.6
814
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.5...1.9.6)
915

Sources/ParseSwift/ParseConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
enum ParseConstants {
1212
static let sdk = "swift"
13-
static let version = "1.9.6"
13+
static let version = "1.9.7"
1414
static let fileManagementDirectory = "parse/"
1515
static let fileManagementPrivateDocumentsDirectory = "Private Documents/"
1616
static let fileManagementLibraryDirectory = "Library/"

0 commit comments

Comments
 (0)