Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Nov 26, 2024
1 parent a87e465 commit a55d691
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Momento/internal/utils/PackageVersion.swift
Original file line number Diff line number Diff line change
@@ -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<String, String> {
Expand Down

0 comments on commit a55d691

Please sign in to comment.