Skip to content

Commit

Permalink
Merge pull request #96 from WTTJ/release/0-9-1
Browse files Browse the repository at this point in the history
release: 0.9.1
  • Loading branch information
Jordan-Kowal authored Dec 12, 2024
2 parents 70a804e + e70fc3d commit 2cf187f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## TBD
## v0.9.1 - 2024-12-12

### New

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package can be installed by adding `:algoliax` to your list of dependencies
```elixir
def deps do
[
{:algoliax, "~> 0.9.0"}
{:algoliax, "~> 0.9.1"}
]
end
```
Expand Down Expand Up @@ -305,6 +305,6 @@ end

## Copyright and License

Copyright (c) 2020 CORUSCANT (welcome to the jungle) - https://www.welcometothejungle.com
Copyright (c) 2020 CORUSCANT (welcome to the jungle) - <https://www.welcometothejungle.com>

This library is licensed under the [BSD-2-Clause](./LICENSE.md).
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Algoliax.MixProject do
use Mix.Project

@source_url "https://github.com/WTTJ/algoliax"
@version "0.9.0"
@version "0.9.1"

def project do
[
Expand Down

0 comments on commit 2cf187f

Please sign in to comment.