Skip to content

Commit 4256ee3

Browse files
committed
chore: release version 0.4.1
1 parent 7b08f66 commit 4256ee3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [0.4.1](https://github.com/char0n/qencode/compare/0.4.0...0.4.1) (2019-9-9)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* task: fix logging message
16+
817
## [0.4.0](https://github.com/char0n/qencode/compare/0.3.0...0.4.0) (2019-9-9)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ by adding `qencode` to your list of dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:qencode, "~> 0.4.0"}
19+
{:qencode, "~> 0.4.1"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Qencode.MixProject do
55
def project do
66
[
77
app: :qencode,
8-
version: "0.4.0",
8+
version: "0.4.1",
99
elixir: "~> 1.8",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)