From e8a9e85dc847a8667c22e4842f013afb45265fe0 Mon Sep 17 00:00:00 2001 From: lishan Date: Wed, 7 Jan 2026 18:04:31 +0800 Subject: [PATCH] Release 0.10.6 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- spylib/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47b051..f9bd9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.10.6](https://github.com/SatelCreative/spylib/compare/0.10.5...0.10.6) +> 07 January 2026 +* :alien: Oauth client credientials grant access token by @lishanl in https://github.com/SatelCreative/spylib/pull/231 + + #### [0.10.5](https://github.com/SatelCreative/spylib/compare/0.10.4...0.10.5) > 14 July 2025 * ✨ Add filter parameter to webhook creation functions by @lishanl in https://github.com/SatelCreative/spylib/pull/229 diff --git a/pyproject.toml b/pyproject.toml index 273670f..d999393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spylib" -version = "0.10.5" +version = "0.10.6" description = "A library to facilitate interfacing with Shopify's API" authors = ["Anthony Hillairet "] maintainers = ["Anthony Hillairet ", "Lishan Luo ", "Frank Chung "] diff --git a/spylib/__init__.py b/spylib/__init__.py index 7c68cae..ce37a32 100644 --- a/spylib/__init__.py +++ b/spylib/__init__.py @@ -1,3 +1,3 @@ """A library to facilitate interfacing with Shopify's API.""" -__version__ = '0.10.5' +__version__ = '0.10.6'