Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Dec 3, 2019
1 parent ecc833a commit 92b4f96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 0.3.0 - 2019-12-03

### Changed

- Update tesla dep to `~> 1.3` (#33 by @gabrielpra1)

### Fixed

- Handle multiple results in `get_sobject_by_relationship/5` (#36 by @dirksierd)

## 0.2.2 - 2018-10-10

### Fixed
Expand Down Expand Up @@ -41,4 +51,4 @@

- Add basic features

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

def project do
[
Expand Down

0 comments on commit 92b4f96

Please sign in to comment.