put warning about versions in release information instead
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
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