Skip to content

Commit

Permalink
chore(main): release 0.7.2
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 5542cb7 commit 7506909
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.2](https://github.com/momentohq/client-sdk-swift/compare/v0.7.1...v0.7.2) (2024-11-26)


### Miscellaneous

* upgrade momento dep in demo chat app example ([#145](https://github.com/momentohq/client-sdk-swift/issues/145)) ([5542cb7](https://github.com/momentohq/client-sdk-swift/commit/5542cb7b2a70d0ebf31893c10f436768ad80a666))

## [0.7.1](https://github.com/momentohq/client-sdk-swift/compare/v0.7.0...v0.7.1) (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.1" // x-release-please-version
let packageVersion = "0.7.2" // 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 7506909

Please sign in to comment.