Skip to content

Commit

Permalink
set sdk version to 0.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrauel committed Dec 4, 2023
1 parent 1544195 commit f4a304d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [0.43.2] - 2023-12-04

### Added
* Add new autonomo states `entry_not_possible`, `entry_token_invalid` and `client_entering`
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/API/SDKVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
//

public var SDKVersion: String {
"0.43.1"
"0.43.2"
}

0 comments on commit f4a304d

Please sign in to comment.