Skip to content

Commit

Permalink
Prepare release v0.3.2 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGuzmanSierra authored Aug 8, 2022
1 parent 722ab58 commit eaded2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.2 (08.08.2022)
- Add scorecards actions

## 0.3.1 (25.07.2022)

- Add security policy to the repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ XDR is an open data format, specified in [RFC 4506](http://tools.ietf.org/html/r
```elixir
def deps do
[
{:elixir_xdr, "~> 0.3.1"}
{:elixir_xdr, "~> 0.3.2"}
]
end
```
Expand Down
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 XDR.MixProject do
use Mix.Project

@github_url "https://github.com/kommitters/elixir_xdr"
@version "0.3.1"
@version "0.3.2"

def project do
[
Expand Down

0 comments on commit eaded2b

Please sign in to comment.