Merge pull request #1 from jimeh/release-please--branches--main

This commit is contained in:
2022-12-11 21:16:01 +00:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}

15
CHANGELOG.md Normal file
View File

@@ -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))