From 4e8f0d78e2d56c7b49c87f211a2428ebe6a1261a Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:44:01 -0700 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..73328ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.6.0](https://github.com/momentohq/client-sdk-elixir/compare/v0.5.0...v0.6.0) (2023-08-04) + + +### Features + +* Add p95-p98 to the loadgen histogram ([#54](https://github.com/momentohq/client-sdk-elixir/issues/54)) ([12293fc](https://github.com/momentohq/client-sdk-elixir/commit/12293fcedfd425dd29de2db48a491df19d4fbbc6)) +* loadgen example code ([dc6fe46](https://github.com/momentohq/client-sdk-elixir/commit/dc6fe467c293b0e31800cedf0f735a2e2113c1bb)) + + +### Bug Fixes + +* don't use relative dep for loadgen example ([4ab825c](https://github.com/momentohq/client-sdk-elixir/commit/4ab825c8b5aad426dec169f042a92c20fcd0af67)) +* don't use relative dependency for loadgen example ([3b78866](https://github.com/momentohq/client-sdk-elixir/commit/3b78866070bede1b0c18b167c719a8375ac4f54b)) +* momento dependency version ([c4013e6](https://github.com/momentohq/client-sdk-elixir/commit/c4013e65dc88c3fe5b6ee528929b6516e75a3ca9)) +* more occurrences of :hit in examples ([09c8a4b](https://github.com/momentohq/client-sdk-elixir/commit/09c8a4b8862cc21c199e3865df8b285e790f60a7)) + + +### Miscellaneous + +* Add docstrings to CacheClient ([#59](https://github.com/momentohq/client-sdk-elixir/issues/59)) ([8118e7a](https://github.com/momentohq/client-sdk-elixir/commit/8118e7a6316bb561cd2b6de978cda7ba019b5827)) +* fix cacheclient create syntax ([12b8de7](https://github.com/momentohq/client-sdk-elixir/commit/12b8de762b99479c7fd65ea734be905b98c8a339)) +* Switch to release-please for releases ([#64](https://github.com/momentohq/client-sdk-elixir/issues/64)) ([062a95c](https://github.com/momentohq/client-sdk-elixir/commit/062a95c1edf88d77a852d3fa839d8a98794302ed)) +* update examples to 0.5.0 ([229c293](https://github.com/momentohq/client-sdk-elixir/commit/229c293de2f6c3fff710b0a43b16b1d81c0b0a59)) +* update verbiage of CONTRIBUTING ([d10183c](https://github.com/momentohq/client-sdk-elixir/commit/d10183cc6fe1893d01127a406134a7793e576586))