Skip to content

Commit

Permalink
Merge pull request #135 from floriank/bump-version-0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0 (prepares release)
  • Loading branch information
floriank authored Feb 2, 2022
2 parents ed95a32 + a2e8bbd commit 83949c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.5.0

* [#97](https://github.com/contentful-userland/contentful.ex/pull/97) switches underlying http adapter to `tesla` for higher flexibility. Thank you @OldhamMade
* tests against Elixir 1.13 and updates required elixir version to 1.11

## 0.4.1

* [#75](https://github.com/contentful-labs/contentful.ex/issue/75) fixes an issue concerning malformed docs, thanks @OldhamMade
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ defmodule Contentful.Mixfile do

alias Contentful.Delivery.{Assets, ContentTypes, Entries, Locales, Spaces}

@version "0.4.1"
@version "0.5.0"

def project do
[
app: :contentful,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 83949c6

Please sign in to comment.