Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Oct 10, 2018
1 parent bae3c80 commit 9583aba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## [Unreleased]

## 0.2.2 - 2018-10-10

### Fixed

- Fix type specs
- Fix type specs (#24, #27 by @ jeroenvisser101)

### Added

Expand Down Expand Up @@ -39,4 +41,4 @@

- Add basic features

[Unreleased]: https://github.com/chulkilee/ex_force/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/chulkilee/ex_force/compare/v0.2.2...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.2.2-dev"
@version "0.2.2"

def project do
[
Expand Down

0 comments on commit 9583aba

Please sign in to comment.