====================
This release contains fixes bug related to current url.
Resolved issue where current url was not updated after form submission.
Example
- version 1.0.0
doc.get('http://.../login')
...
doc.submit(...)
doc.url => 'http://.../login'
- **version 1.0.1** (latest)
doc.get('http://.../login')
...
doc.submit(...)
doc.url => 'http://.../'