diff --git a/CHANGELOG.md b/CHANGELOG.md index 01df22d..f89a8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/nvim-neorg/norgopolis-client/compare/v0.2.1...v0.3.0) (2023-09-23) + + +### Features + +* add `invoke_raw_callback` function ([ef17e75](https://github.com/nvim-neorg/norgopolis-client/commit/ef17e7590bfc591132b5b043b9e0809e3ee5e030)) + ## [0.2.1](https://github.com/nvim-neorg/norgopolis-client/compare/v0.2.0...v0.2.1) (2023-09-07) diff --git a/Cargo.toml b/Cargo.toml index e39a2ea..6fed15b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "norgopolis-client" description = "A Rust client for Norgopolis." repository = "https://github.com/nvim-neorg/norgopolis-client" -version = "0.2.1" +version = "0.3.0" license = "MIT" edition = "2021"