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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.

This changelog is maintained using [git-cliff](https://git-cliff.org/) and [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [3.14.1] - 2026-08-19

### ⚙️ Miscellaneous Tasks

- [#4177](https://github.com/near/mpc/pull/4177)(@kevindeforth): Move runner images to ubuntu 26.04 (#4177)

- [#4179](https://github.com/near/mpc/pull/4179)(@kevindeforth): Update contract migrations after 3.14 release (#4081) (#4179)

- [#4178](https://github.com/near/mpc/pull/4178)(@kevindeforth): Extend attestation expiration dates (#4178)

- [#4186](https://github.com/near/mpc/pull/4186)(@kevindeforth): Fix the skopeo image to use an immutable tag (#4186)


## [3.14.0] - 2026-08-05

### 🚀 Features
Expand Down
68 changes: 34 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ members = [
]

[workspace.package]
version = "3.14.0"
version = "3.14.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/near/mpc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ expression: abi
"schema_version": "0.4.0",
"metadata": {
"name": "mpc-contract",
"version": "3.14.0",
"version": "3.14.1",
"build": {
"compiler": "[RUSTC_VERSION]",
"builder": "[CARGO_NEAR_BUILD_VERSION]"
Expand Down
Loading
Loading