Skip to content

Commit 1bea040

Browse files
authored
Merge pull request #149 from ngrok/ngrok/ryan/update-version-changelog
v1.4.0
2 parents cd0d368 + 14b9f26 commit 1bea040

40 files changed

+285
-208
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.0
2+
3+
- Rename `policy` to `traffic_policy`
4+
- Fix quickstart example in README
5+
- Add Microsoft Visual C++ Redistributable requirement for Windows to documentation
6+
17
## 1.3.0:
28

39
- 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.3.0"
4+
version = "1.4.0"
55

66
[lib]
77
crate-type = ["cdylib"]

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/HttpListenerBuilder.html

Lines changed: 43 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/LabeledListenerBuilder.html

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Listener.html

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)