Bump version number
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Change-Id: Ie346c573e3742fa5c920a250a6c178e1652e225a
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f71b667..a735cdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.3.0
+
+- Refactor FFA_CONSOLE_LOG handling.
+- Add more types for the various encodings of FFA_SUCCESS.
+- Add support for handling multiple endpoints in the FF-A memory relinquish descriptor.
+- Add new types for flags in various FF-A interfaces.
+- Minor fixes, add more trait derives, missing doc comments, etc.
+
## 0.2.1
Minor bugfixes for parse_console_log() function and VersionOut interface handling.
diff --git a/Cargo.lock b/Cargo.lock
index b0dedcf..193e948 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@
[[package]]
name = "arm-ffa"
-version = "0.2.1"
+version = "0.3.0"
dependencies = [
"num_enum",
"thiserror",
diff --git a/Cargo.toml b/Cargo.toml
index 051e63e..008c5a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "arm-ffa"
-version = "0.2.1"
+version = "0.3.0"
authors = [
"Balint Dobszay <balint.dobszay@arm.com>",
"Imre Kis <imre.kis@arm.com>",