File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## [ Unreleased] ( https://github.com/alexdlaird/hookee/compare/0.0.12...HEAD )
6
+ ## [ Unreleased] ( https://github.com/alexdlaird/hookee/compare/1.0.0...HEAD )
7
+
8
+ ## [ 1.0.0] ( https://github.com/alexdlaird/hookee/compare/0.0.12...1.0.0 ) - 2019-09-10
7
9
### Added
8
10
- Additional ` ngrok ` passthrough args: ` hostname ` and ` host_header ` .
9
11
- Documentation improvements.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Dive Deeper
138
138
139
139
Under the hood, ``hookee `` uses `Flask <https://flask.palletsprojects.com/en/1.1.x/ >`_ as its server and
140
140
`pyngrok <https://pyngrok.readthedocs.io/en/latest/ >`_ to open and manage its tunnel. Being familiar with these
141
- two packages would allow ``hookee `` to be configured further.
141
+ two packages would allow ``hookee `` to be configured and extended further.
142
142
143
143
For more advanced ``hookee `` usage, its own API documentation is also available.
144
144
You can’t perform that action at this time.
0 commit comments