Skip to content

Commit

Permalink
Merge pull request #149 from ngrok/ngrok/ryan/update-version-changelog
Browse files Browse the repository at this point in the history
v1.4.0
  • Loading branch information
TheConcierge authored Jul 31, 2024
2 parents cd0d368 + 14b9f26 commit 1bea040
Show file tree
Hide file tree
Showing 40 changed files with 285 additions and 208 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.0

- Rename `policy` to `traffic_policy`
- Fix quickstart example in README
- Add Microsoft Visual C++ Redistributable requirement for Windows to documentation

## 1.3.0:

- Add `rootCas` to session builder and `root_cas` to `ngrok.forward`. Setting this to `host` will use the host's trusted certificates to connect for the ngrok session.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ngrok-javascript"
version = "1.3.0"
version = "1.4.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

71 changes: 43 additions & 28 deletions docs/classes/HttpListenerBuilder.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/LabeledListenerBuilder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/classes/Listener.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1bea040

Please sign in to comment.