Skip to content

Commit

Permalink
Prepare release v0.19.1 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandsg0222 committed Apr 25, 2024
1 parent 24b7367 commit e77fc10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.19.1 (25.04.2024)

- Add stale issues policy. See [PR #279](https://github.com/kommitters/kadena.ex/pull/279)

## 0.19.0 (01.02.2023)

- Added [YAML Continuation command](https://github.com/kommitters/kadena.ex/issues/209)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add `kadena` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kadena, "~> 0.19.0"}
{:kadena, "~> 0.19.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Kadena.MixProject do
use Mix.Project

@version "0.19.0"
@version "0.19.1"
@github_url "https://github.com/kommitters/kadena.ex"

def project do
Expand Down

0 comments on commit e77fc10

Please sign in to comment.