Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Oct 19, 2020
1 parent d3b3fcf commit 53177e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```elixir
defp deps do
{ :digital_ocean, "~> 0.1.0" }
{ :digital_ocean, "~> 0.2.0" }
end
```

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 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(),
Expand Down

0 comments on commit 53177e6

Please sign in to comment.