Skip to content

Commit 3a66193

Browse files
authored
chore: v0.10.1 release (#199)
* chore: v0.10.1 release * chore: wrong date
1 parent ade74d8 commit 3a66193

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v0.10.1 - 2026-06-30
4+
5+
- Updated `hackney` and `plug_cowboy` to fix multiple CVEs
6+
37
## v0.10.0 - 2025-03-10
48

59
### New

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package can be installed by adding `:algoliax` to your list of dependencies
1616
```elixir
1717
def deps do
1818
[
19-
{:algoliax, "~> 0.10.0"}
19+
{:algoliax, "~> 0.10.1"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Algoliax.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/WTTJ/algoliax"
5-
@version "0.10.0"
5+
@version "0.10.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)