Skip to content

Commit

Permalink
Cut 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Mar 4, 2021
1 parent c944d08 commit a15e008
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.2.0] - 2021-03-04

### Added

Expand Down
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

{project_plugins, [
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {tag, "1.1.0"}}},
{rebar3_hex, "6.10.3"},
{rebar3_lint, "0.3.2"}
]}.

Expand Down
3 changes: 3 additions & 0 deletions src/pbkdf2.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
{description, "Erlang PBKDF2 Key Derivation Function"},
{vsn, git},
{registered, []},
{pkg_name, mc_pbkdf2},
{licenses, ["Apache License, Version 2.0"]},
{links, [{"GitHub", "https://github.com/miniclip/erlang-pbkdf2"}]},

{applications, [
% OTP dependencies
Expand Down

0 comments on commit a15e008

Please sign in to comment.