From a55d6915b16d88656b768398bb9ab20dbb706198 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:02:49 -0800 Subject: [PATCH] chore(main): release 0.7.1 --- CHANGELOG.md | 7 +++++++ Sources/Momento/internal/utils/PackageVersion.swift | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c2a68..e7f6b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/momentohq/client-sdk-swift/compare/v0.7.0...v0.7.1) (2024-11-26) + + +### Bug Fixes + +* use [@available](https://github.com/available) tag instead of if statement in processError ([#143](https://github.com/momentohq/client-sdk-swift/issues/143)) ([a87e465](https://github.com/momentohq/client-sdk-swift/commit/a87e465401be38fc502da1d04f8d32cf70a250f7)) + ## [0.7.0](https://github.com/momentohq/client-sdk-swift/compare/v0.6.0...v0.7.0) (2024-11-26) diff --git a/Sources/Momento/internal/utils/PackageVersion.swift b/Sources/Momento/internal/utils/PackageVersion.swift index a8c1971..87a1254 100644 --- a/Sources/Momento/internal/utils/PackageVersion.swift +++ b/Sources/Momento/internal/utils/PackageVersion.swift @@ -1,6 +1,6 @@ import Foundation -let packageVersion = "0.7.0" // x-release-please-version +let packageVersion = "0.7.1" // x-release-please-version let osVersion = ProcessInfo.processInfo.operatingSystemVersion internal func constructHeaders(firstRequest: Bool, clientType: String, cacheName: String? = nil) -> Dictionary {