CHANGES
=======

0.0.7
-----

* Fix issues flake8 found
* Not sure why Travis CI is failing on this
* Updating certificate validation issues to return an error code rather than 200 OK
* Adding carveout for port 'none' when no port is explicitly specified
* Adding port check (scheme isn't sufficient)
* Changing to make sure the request isn't old (in addition to isn't from the future)
* Remove reference to validated_data
* Correct session
* Send through validated data
* Pass through user to intent
* Forgot `open_file`..
* Fix misc issues with README
* Ensure that dependencies installed properly, and fix typo in README
* only build master branch
* moved todo from the readme to github issues
* fix a few things in the readme
* pep8 fixes for latest changes
* Few more bug fixes from latest demo work
* few more bug fixes and a readme tweak
* Bug fixes for the latest set of change, plus a change to how to App ID's are used
* readme updates for latest changes
* Multi App rework, more cleaner management commands, more api isolation
* Allow response builder to automatically append reprompt
* final fix to make the build pass
* more pep8 fixes
* pep8 fixes for latest changes
* Some more changes
* more readme tweaks
* pep8 fixes
* fix docstring on responsebuilder
* readme fix
* Fixes after putting water through the pipe in an actual test usage
* Fix readme some more
* fix readme TODO list
* fix timestamp check
* Switching coverage to develop branch
* fix pep8 errors with latest changes
* Add to readme a TODO list
* Add support for new slot types
* add default utterances for default intents
* cleanup readmes
* Fix django_alexa framework so it actually works
* change build badge to master branch only

0.0.5
-----

* unneeded test requirements
* travis ci fixes
* fix tests
* pep8 fixes
* trying to add ci
* fix code block in readme

0.0.4
-----

* fix pypi readme and add badges to github readme

0.0.3
-----

* readme updates
* fix .gitignore
* Inital Project API blockout
* Initial commit
