From 6ba1e846eca2f8aef95da146557624c5a8b023c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:15:04 +0000 Subject: [PATCH] chore(main): release 0.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0513ca7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 0.0.1 (2022-12-11) + + +### Features + +* add support for archive endpoint ([afb6594](https://github.com/jimeh/go-midjourney/commit/afb6594729029ea62865776814db4e4645594bc9)) +* add support for words endpoint ([5d89204](https://github.com/jimeh/go-midjourney/commit/5d89204e21f01fbea25f1c3e56b84bbc4177d637)) +* **client:** improve Client with various helper request methods ([ae6683d](https://github.com/jimeh/go-midjourney/commit/ae6683db15a2c07343719a254a8c9538443d1f01)) +* **collections:** add support for collections ([7b1d0a0](https://github.com/jimeh/go-midjourney/commit/7b1d0a0376bf7a3596dc25e9afc96d909e07af00)) +* initial commit ([3f46417](https://github.com/jimeh/go-midjourney/commit/3f46417c3b62f87cbfbb9a67d78d54dd919ff77f)) +* **job:** add ImageFilename() method ([269cb85](https://github.com/jimeh/go-midjourney/commit/269cb8586eb0578e21f38e18dd2453da883a5171)) +* **job:** add support for _parsed_params job field ([118b911](https://github.com/jimeh/go-midjourney/commit/118b9115b074417a2c2503e47c089911d41296fd)) +* **recent_jobs:** add UserIDRankedScore query parameter ([b26150c](https://github.com/jimeh/go-midjourney/commit/b26150c6a16203bb510e5c7522cffa94a5021342))