Skip to content

Commit

Permalink
update/2017.10.27_updates-for-release (#14)
Browse files Browse the repository at this point in the history
* update elixir requirement to >= 1.4.2

* update version to 0.7.0
- update CHANGELOG

* update travis-ci to use matrix version specs
  • Loading branch information
ntrepid8 authored Oct 27, 2017
1 parent dbf0587 commit ff16386
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: elixir
elixir:
- 1.4.5
- 1.4.2
otp_release:
- 18.2.1
- 20.1
matrix:
include:
- elixir: 1.4.5
otp_release: 20.1
script: mix test --trace
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v0.7.0
- Enhancements
- Add generate_key and pem_encode wrappers
- Add support for OTP 20
- Update Elixir requirement to 1.4.2
- Add documentation & examples
- Update Travis-CI to test OTP 18 & OTP 20
- Contributors (thanks!)
- [barttenbrinke](https://github.com/barttenbrinke)

## v0.6.0
- Enhancements
- add support for RSA keys with passwords
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ defmodule ExCrypto.Mixfile do

def project do
[app: :ex_crypto,
version: "0.6.0",
version: "0.7.0",
name: "ExCrypto",
elixir: ">= 1.4.5",
elixir: ">= 1.4.2",
description: description(),
package: package(),
deps: deps(),
Expand Down

0 comments on commit ff16386

Please sign in to comment.