Skip to content

Commit

Permalink
chore: Bump our version
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Feb 18, 2025
1 parent 395fe7c commit 01ca2f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.1 - 2025-02-18

- Update the used OpenSSL version for improved ARM64 compatibility.
[[#144](https://github.com/matrix-org/seshat/pull/144)]

## 4.0.0 - 2024-06-07
- [[#136]] Upgrade mechanism for SQLCipher, this allows our users to upgrade
SQLCipher since SQLCipher has some breaking changes with regards to the cipher
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seshat"
version = "4.0.0"
version = "4.0.1"
authors = ["Damir Jelić <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion seshat-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-seshat",
"version": "4.0.0",
"version": "4.0.1",
"description": "A matrix message logger with full text search support",
"main": "index.js",
"author": "Damir Jelić <[email protected]>",
Expand Down

0 comments on commit 01ca2f3

Please sign in to comment.