Skip to content

Commit e9857f8

Browse files
chore: Merge Release branch v1.1.0 (#419)
* chore: Release version 1.1.0 (#415) * chore: Release version 1.1.0 * chore: Updating lock file and bumping version in antora file --------- Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com> * docs: Update technical docs version in the nav.adoc file (#416) docs: update technical docs version in the nav.adoc file Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com> --------- Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com>
1 parent 5bda763 commit e9857f8

6 files changed

Lines changed: 199 additions & 16 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"1.1.0"}

CHANGELOG.md

Lines changed: 183 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openzeppelin-relayer"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
rust-version = "1.86" #MSRV
66

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: relayer
33
title: Relayer
4-
version: 1.0.x
4+
version: 1.1.x
55
nav:
66
- modules/ROOT/nav.adoc

docs/modules/ROOT/nav.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* xref:evm.adoc[EVM Integration]
88
* xref:solana.adoc[Solana Integration]
99
* xref:stellar.adoc[Stellar Integration]
10-
* link:https://release-v1-0-0%2D%2Dopenzeppelin-relayer.netlify.app/api_docs.html[API Reference^]
10+
* link:https://release-v1-1-0%2D%2Dopenzeppelin-relayer.netlify.app/api_docs.html[API Reference^]
1111
* xref:structure.adoc[Project Structure]
1212
* xref:roadmap.adoc[Project Roadmap]
1313
* xref:plugins.adoc[Plugins]
14-
* link:https://release-v1-0-0%2D%2Dopenzeppelin-relayer.netlify.app/openzeppelin_relayer/[Technical Rust Documentation^]
14+
* link:https://release-v1-1-0%2D%2Dopenzeppelin-relayer.netlify.app/openzeppelin_relayer/[Technical Rust Documentation^]

0 commit comments

Comments
 (0)