Skip to content

Commit 1a238af

Browse files
Titaniumcoder patch 1 (#300)
1 parent 53a7ebf commit 1a238af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
* Transfer ownership (under my private github now)
6+
37
## 0.7.1
48

59
* Bugfix: article_type in an article can also be nil... somehow

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ by adding `bexio_api_client` to your list of dependencies in `mix.exs`:
1111
```elixir
1212
def deps do
1313
[
14-
{:bexio_api_client, "~> 0.7.1"}
14+
{:bexio_api_client, "~> 0.8.0"}
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule BexioApiClient.MixProject do
44
def project do
55
[
66
app: :bexio_api_client,
7-
version: "0.7.1",
7+
version: "0.8.0",
88
elixir: "~> 1.16",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)