From 155bc96d6984a1c769f0cf5c933c3dec61187aec Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Wed, 17 Sep 2025 19:13:30 +0000 Subject: [PATCH] chore(release): prepare for v0.1.7 --- .version | 1 + CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .version diff --git a/.version b/.version new file mode 100644 index 0000000..7c914a4 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +{"version":"v0.1.7"} diff --git a/CHANGELOG.md b/CHANGELOG.md index be8b78d..07401ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.1.7] - 2025-09-17 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.11.0 +- *(deps)* Update module github.com/stretchr/testify to v1.11.1 +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.79 +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.80 + ## [0.1.6] - 2025-07-28 ### 🐛 Bug Fixes