Skip to content

Commit

Permalink
Release/v0.3.0 (#7)
Browse files Browse the repository at this point in the history
* set version 0.3.0

* add CHANGELOG.md file
  • Loading branch information
ntrepid8 authored Feb 13, 2017
1 parent 5d27541 commit 4487568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

## v0.3.0
- Enhancements
- add CBC mode
- Contributors
- [bglusman](https://github.com/bglusman)
- [ntrepid8](https://github.com/ntrepid8)
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExCrypto.Mixfile do

def project do
[app: :ex_crypto,
version: "0.2.1",
version: "0.3.0",
name: "ExCrypto",
elixir: ">= 1.0.0",
description: description,
Expand Down Expand Up @@ -43,7 +43,7 @@ defmodule ExCrypto.Mixfile do

defp package do
[
files: ["lib", "mix.exs", "README*", "LICENSE*"],
files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"],
maintainers: ["Josh Austin"],
licenses: ["MIT"],
links: %{"Github" => "https://github.com/ntrepid8/ex_crypto",
Expand Down

0 comments on commit 4487568

Please sign in to comment.