Skip to content

Commit

Permalink
Merge pull request #288 from oasisprotocol/xz/publish-contracts-v0.2.8
Browse files Browse the repository at this point in the history
contracts: bump to v0.2.8
  • Loading branch information
aefhm authored Apr 2, 2024
2 parents faf3175 + 160797a commit 29f4c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is inspired by [Keep a Changelog].

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/

## 0.2.8 (2024-03-15)

### Fixed

* Declare `@openzeppelin/contracts` as a dependency

### Removed

- Minimally used `Context` from `opl/Endpoint.sol`

## 0.2.7 (2024-01-17)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisprotocol/sapphire-contracts",
"version": "0.2.7",
"version": "0.2.8",
"license": "Apache-2.0",
"description": "Solidity smart contract library for confidential contract development",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/contracts",
Expand Down

0 comments on commit 29f4c74

Please sign in to comment.