Commit 00d0a9fa6d3d7dbdeb7f9d9b70ba8c84ebe8936a

Stephen Moloney 2017-03-31T20:08:50

put warning about versions in release information instead

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d46840b..0205c55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
 ## v0.3.1
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 [changes]
 - Update some dependencies
@@ -41,7 +41,7 @@ in the third party library [httpipe](https://hex.pm/packages/httpipe)
 ## v0.2
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 [enhancements]
 - Update some dependencies
@@ -58,14 +58,14 @@ due to the inclusion of older releases of the dependency `Og` Use versions `0.3.
 ## v0.1.3
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 - Improve the `mix ovh` docs to better illustrate how to create an application and setup access rules.
 
 ## v0.1.2
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 - Fix `mix ovh` task.
 - Fix some of the `/cloud` queries (binary key was missing due to missed earlier change)
@@ -74,7 +74,7 @@ due to the inclusion of older releases of the dependency `Og` Use versions `0.3.
 ## v0.1.1
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 - No changes to source code. Only documentation changes.
 
@@ -82,7 +82,7 @@ due to the inclusion of older releases of the dependency `Og` Use versions `0.3.
 ## v0.1.0
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 - Decouple the `Openstack` component into the `Openstex` repository.
 Only requests to the `ExOvh` API can be made with `ExOvh`.
@@ -93,6 +93,6 @@ Only requests to the `ExOvh` API can be made with `ExOvh`.
 ## v0.0.1
 
 ***Security Warning: Versions of `ex_ovh` less than `0.3.2` are deprecated and should not be used
-due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` only of `ex_ovh`***
+due to the inclusion of older releases of the dependency `Og` Use versions `0.3.2` or above of `ex_ovh` instead***
 
 - Initial release.
\ No newline at end of file
diff --git a/README.md b/README.md
index 3c2c8cd..b6b3e13 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,6 @@
 ExOvh is an helper library for the [elixir language](http://elixir-lang.org/) for the [Ovh Api](https://api.ovh.com/).
 To use the Openstack components of the OVH API, see [Openstex](https://github.com/stephenmoloney/openstex)
 
-#### Warning
-
-- Only use versions `0.3.2` or greater of `ex_ovh`. Earlier versions have a security vulnerability
-due to the inclusion of older versions of the [og](https://hex.pm/packages/og). The issue is documented
-in the [og](https://github.com/stephenmoloney/og) library.
 
 #### Project Features