Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jan 9, 2024
1 parent 19f5acd commit d2bbd1a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Changes in 0.27.5 (2024-01-09)

🐛 Bugfixes

- Update regex for email address to be aligned email format in RFC 5322 ([#1826](https://github.com/matrix-org/matrix-ios-sdk/pull/1826))

🧱 Build

- Update CocoaPods and other gems. ([#1835](https://github.com/matrix-org/matrix-ios-sdk/pull/1835))


## Changes in 0.27.4 (2023-11-28)

🐛 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.27.4"
s.version = "0.27.5"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.27.4";
NSString *const MatrixSDKVersion = @"0.27.5";
1 change: 0 additions & 1 deletion changelog.d/pr-1826.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1835.build

This file was deleted.

0 comments on commit d2bbd1a

Please sign in to comment.