diff --git a/README.md b/README.md index bf458e8..80da0fa 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,8 @@ API in version 1.0.x ## Changelog + * 1.0.1: Fix a bug with the new ignore requests feature and the once + record mode * 1.0.0: _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade' section in the README. Take a look at the matcher section as well, you might want to update your `match_on` settings. Add support for filtering sensitive diff --git a/setup.py b/setup.py index 168caf0..967aa7e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ class PyTest(TestCommand): setup( name='vcrpy', - version='1.0.0', + version='1.0.1', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"