We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7ebf commit 1a238afCopy full SHA for 1a238af
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.8.0
4
+
5
+* Transfer ownership (under my private github now)
6
7
## 0.7.1
8
9
* Bugfix: article_type in an article can also be nil... somehow
README.md
@@ -11,7 +11,7 @@ by adding `bexio_api_client` to your list of dependencies in `mix.exs`:
11
```elixir
12
def deps do
13
[
14
- {:bexio_api_client, "~> 0.7.1"}
+ {:bexio_api_client, "~> 0.8.0"}
15
]
16
end
17
```
mix.exs
@@ -4,7 +4,7 @@ defmodule BexioApiClient.MixProject do
def project do
app: :bexio_api_client,
- version: "0.7.1",
+ version: "0.8.0",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments