Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.1](https://github.com/sleep3r/mtproto.zig/compare/v1.8.0...v1.8.1) (2026-06-13)


### Bug Fixes

* **dashboard:** accept a signed ticket on the log WebSocket (Safari fix) ([#359](https://github.com/sleep3r/mtproto.zig/issues/359)) ([1830e87](https://github.com/sleep3r/mtproto.zig/commit/1830e87bd1388e5c3d4690366f74b9c470d73b59))

## [1.8.0](https://github.com/sleep3r/mtproto.zig/compare/v1.7.0...v1.8.0) (2026-06-13)


Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = .mtproto_zig,
.version = "1.8.0", // x-release-please-version
.version = "1.8.1", // x-release-please-version
.fingerprint = 0x4a7d5f2904e880a5, // Changing this has security and trust implications.
// Earliest supported Zig. The codebase rides churn-prone std APIs
// (std.Io.Threaded, CompatRwLock shim), so the toolchain is pinned: a 1.0
Expand Down
2 changes: 1 addition & 1 deletion src/version.zig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const version = "1.8.0"; // x-release-please-version
pub const version = "1.8.1"; // x-release-please-version
Loading