We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47783ac commit a783f6bCopy full SHA for a783f6b
README.md
@@ -1,6 +1,6 @@
1
# toxiproxy-ruby
2
3
-`toxiproxy-ruby` `1.x` (latest) is compatible with the Toxiproxy `2.x` series.
+`toxiproxy-ruby` `>= 1.x` is compatible with the Toxiproxy `2.x` series.
4
`toxiproxy-ruby` `0.x` is compatible with the Toxiproxy `1.x` series.
5
6
[Toxiproxy](https://github.com/shopify/toxiproxy) is a proxy to simulate network
lib/toxiproxy/version.rb
@@ -1,3 +1,3 @@
class Toxiproxy
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
end
0 commit comments