Skip to content

Commit b7d232e

Browse files
authored
fix(cli): update project endpoints (#41882)
Signed-off-by: Hugues Pouillot <[email protected]>
1 parent fe0ef5c commit b7d232e

File tree

12 files changed

+155
-140
lines changed

12 files changed

+155
-140
lines changed

cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# posthog-cli
22

3+
# 0.5.14
4+
5+
- Fix authentication issue on sourcemap upload
6+
37
# 0.5.13
48

59
- Add `--include` option on sourcemap commands to match specific files inside directory

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "posthog-cli"
3-
version = "0.5.13"
3+
version = "0.5.14"
44
authors = [
55
"David <[email protected]>",
66

0 commit comments

Comments
 (0)