From c3013fe0f44cec18275970e4b83190f70c18a56f Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Mon, 29 Jul 2024 16:20:27 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c39632..29984d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [...] +- Fix Crest::Resource#concat_urls [#229](https://github.com/mamantoha/crest/pull/229) + ## [1.4.0][] (2024-08-26) - Fix typo in README.md by @kojix2 in [#223](https://github.com/mamantoha/crest/pull/223)