From 53177e66067b619bcc61aa6fc193c9ac2347030f Mon Sep 17 00:00:00 2001 From: Anthony Smith <420061+anthonator@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:26:33 -0400 Subject: [PATCH] Bumped version to 0.2.0 --- CHANGELOG.md | 5 ++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc53411..23adb86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] + ### Added - Support for all load balancer endpoints. [@anthonator](https://github.com/anthonator) -[Unreleased]: https://github.com/malomohq/digital-ocean-elixir/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/malomohq/digital-ocean-elixir/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/malomohq/digital-ocean-elixir/compare/v0.1.2...v0.2.0 diff --git a/README.md b/README.md index da2f329..3351897 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```elixir defp deps do - { :digital_ocean, "~> 0.1.0" } + { :digital_ocean, "~> 0.2.0" } end ``` diff --git a/mix.exs b/mix.exs index 33b2167..5b06d15 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule DigitalOcean.MixProject do def project do [ app: :digital_ocean, - version: "0.1.2", + version: "0.2.0", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),