Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Jun 8, 2018
1 parent e768d03 commit 7f9d7d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## 0.2.0 - 2018-06-08

### Added

- Add `ExForce.OAuth` to support `authorization_code` and `refresh` in addition to `password` grant type. (#2 and #3 by @chulkilee)
Expand All @@ -23,4 +25,4 @@

- Add basic features

[Unreleased]: https://github.com/chulkilee/ex_force/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/chulkilee/ex_force/compare/v0.2.0...HEAD
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExForce.Mixfile do
use Mix.Project

@version "0.1.1-dev"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 7f9d7d8

Please sign in to comment.