Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jul 12, 2022
1 parent d16c83a commit acab4e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## [0.2.0] - 2022-07-12

### Changed

- Added support for nested field redactions, either by explicitly listing the
fields or by referencing a module that also implements `LetMe.Schema`.

### Fixed

- `reject_redacted_fields/3` called `redact/2` callback with the wrong argument
order.

## [0.1.0] - 2022-07-11

initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add LetMe to `mix.exs` :
```elixir
def deps do
[
{:let_me, "~> 0.1.0"}
{:let_me, "~> 0.2.0"}
]
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 LetMe.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/let_me"
@version "0.1.0"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit acab4e9

Please sign in to comment.