fixes into the changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ba721c..8d6faca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
[bug fix]
- Fix setting the query string bug (typo) - `url.encode_query(qs_map)` -> `URI.encode_query(qs_map)`
+- Problem with `Body.apply()` being called in the wrong place
+- Fix `get_prices` in the `Cloud` Request build functions
[enhancements]
- Add `prepare_request/2` function - prepares the request without sending it. Applies standard transformations.
diff --git a/mix.exs b/mix.exs
index eb53f6a..829c0d4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
defmodule ExOvh.Mixfile do
use Mix.Project
@version "0.3.2"
- @elixir ">= 1.2.0"
+ @elixir "~> 1.3 or ~> 1.4 or ~> 1.5"
def project do
[