diff --git a/AssemblyInfo.props b/AssemblyInfo.props index 8d42f8a..037da2e 100644 --- a/AssemblyInfo.props +++ b/AssemblyInfo.props @@ -1,7 +1,7 @@ Realm Large File Storage - 1.0.0 + 1.1.0 Extensions to simplify working with binary files and Realm. Realm Inc. diff --git a/CHANGELOG.md b/CHANGELOG.md index 386be89..1631f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## vNext (TBD) +## 1.1.0 (2023-08-02) ### Breaking Changes * Renamed `FileManager` to `LFSManager`. @@ -7,14 +7,9 @@ * Renamed `S3FileManager` to `S3StorageManager`. * Renamed `AzureFileManager` to `AzureStorageManager`. -### Enhancements -* None - ### Fixed * Fixed Realm.LFS.S3 readme. -### Internal -* None ## 1.0.0 (2023-07-24)