diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..2b2f370 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,10 @@ +# Dredge Release Notes + +## Known Issues + +* The delete command is currently not implemented and will return an error + if called. +* Docker authentication is not currently supported, and attempts to query a + registry which requires authentication will fail. + +## Changelog diff --git a/docs/changelog-v0.1.0-rc1-v0.1.0.md b/docs/changelog-v0.1.0-rc1-v0.1.0.md new file mode 100644 index 0000000..2fd4ad6 --- /dev/null +++ b/docs/changelog-v0.1.0-rc1-v0.1.0.md @@ -0,0 +1,3 @@ +- v0.1.0 + + - Additional scripts for managing the release process by Anthony Oteri cfdefb2 \ No newline at end of file