diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000000000000000000000000000000000..ad9017395600dc87db4a7d760a81c6193a1162e8 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,10 @@ +# 2020-06-30 v0.2.0 +- Integrate new components shim-rune and runectl. +- Implement Enclave Runtime PAL API v2. +- Change to load the Enclave Runtime PAL on host side. +- Refresh skeleton example with enclave call ABI. + +--- + +# 2020-05-15 v0.1.0 +- Initial implementation of OCI Runtime. diff --git a/VERSION b/VERSION index 6c6aa7cb0918dc7a1cfa3635fb7f8792ac4cb218..0ea3a944b399d25f7e1b8fe684d754eb8da9fe7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0