Skip to content

Commit 8567358

Browse files
chore(master): release 0.2.2 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9b8125 commit 8567358

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/ex-azure/ex_azure_speech/compare/v0.2.1...v0.2.2) (2024-10-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Update dependencies ([#43](https://github.com/ex-azure/ex_azure_speech/issues/43)) ([3f35feb](https://github.com/ex-azure/ex_azure_speech/commit/3f35feb52a8b362238f5dfe2f9e276edf5902e82))
9+
* Websocket connections should be closed on any error ([a9b8125](https://github.com/ex-azure/ex_azure_speech/commit/a9b8125f2612468b623c34688286e0737ef89416))
10+
311
## [0.2.1](https://github.com/ex-azure/ex_azure_speech/compare/v0.2.0...v0.2.1) (2024-07-29)
412

513

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ExAzureSpeech.MixProject do
55
[
66
app: :ex_azure_speech,
77
aliases: aliases(),
8-
version: "0.2.1",
8+
version: "0.2.2",
99
elixir: "~> 1.16",
1010
description: description(),
1111
package: package(),

0 commit comments

Comments
 (0)