Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Feb 5, 2021
1 parent b8d8d28 commit 7e91039
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.9.0](https://github.com/danielberkompas/ex_twilio/tree/v0.9.0) (2021-02-04)

[Full Changelog](https://github.com/danielberkompas/ex_twilio/compare/v0.8.2...v0.9.0)

**Merged pull requests:**

- Replace Poison with Jason [\#143](https://github.com/danielberkompas/ex_twilio/pull/143) ([tomciopp](https://github.com/tomciopp))
- Allow request options to be configured for HTTPoison/hackney Twilio requests [\#141](https://github.com/danielberkompas/ex_twilio/pull/141) ([paulanthonywilson](https://github.com/paulanthonywilson))

## [v0.8.2](https://github.com/danielberkompas/ex_twilio/tree/v0.8.2) (2020-10-01)

[Full Changelog](https://github.com/danielberkompas/ex_twilio/compare/v0.8.1...v0.8.2)
Expand All @@ -25,7 +34,7 @@

- Update participant resource [\#140](https://github.com/danielberkompas/ex_twilio/pull/140) ([rrebane](https://github.com/rrebane))
- Add Rooms resource [\#139](https://github.com/danielberkompas/ex_twilio/pull/139) ([dshvimer2](https://github.com/dshvimer2))
- Fix typos [\#136](https://github.com/danielberkompas/ex_twilio/pull/136) ([SherSpock](https://github.com/SherSpock))
- Fix typos [\#136](https://github.com/danielberkompas/ex_twilio/pull/136) ([yakryder](https://github.com/yakryder))
- Add voice grant [\#134](https://github.com/danielberkompas/ex_twilio/pull/134) ([ostap0207](https://github.com/ostap0207))

## [v0.8.1](https://github.com/danielberkompas/ex_twilio/tree/v0.8.1) (2019-12-06)
Expand Down Expand Up @@ -153,7 +162,7 @@

- 76 - Subaccounts handling [\#78](https://github.com/danielberkompas/ex_twilio/pull/78) ([andrewshatnyy](https://github.com/andrewshatnyy))
- Upgrade Joken to 1.4.1 [\#74](https://github.com/danielberkompas/ex_twilio/pull/74) ([joshuafleck](https://github.com/joshuafleck))
- Replace 'accound' with 'account' in capability.ex [\#73](https://github.com/danielberkompas/ex_twilio/pull/73) ([SherSpock](https://github.com/SherSpock))
- Replace 'accound' with 'account' in capability.ex [\#73](https://github.com/danielberkompas/ex_twilio/pull/73) ([yakryder](https://github.com/yakryder))
- Adds Update API action to Conference resource. [\#71](https://github.com/danielberkompas/ex_twilio/pull/71) ([m4ttsch](https://github.com/m4ttsch))

## [v0.3.0](https://github.com/danielberkompas/ex_twilio/tree/v0.3.0) (2017-01-20)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExTwilio.Mixfile do
def project do
[
app: :ex_twilio,
version: "0.8.2",
version: "0.9.0",
elixir: "~> 1.2",
name: "ExTwilio",
description: "Twilio API library for Elixir",
Expand Down

0 comments on commit 7e91039

Please sign in to comment.