diff --git a/CHANGELOG.md b/CHANGELOG.md index a219684..2a7445c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] - + +### Changed +- Upgrade `grottopress/getter` package to v1.0 + ## [0.17.3] - 2023-05-27 ### Fixed diff --git a/composer.json b/composer.json index fb5c6c7..b96c2b7 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "php": ">=7.0", - "grottopress/getter": "^0.4" + "grottopress/getter": "^1.0" }, "require-dev": { "codeception/codeception": "^4.1",