From d8af80a5f8d204dbe80d0b3d45858e3398deadb2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:43:34 +0000 Subject: [PATCH] release: 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- README.md | 2 +- lib/amocrm/version.rb | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2aca35a..d04f223 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7261305..c676000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.1 (2026-02-06) + +Full Changelog: [v0.5.0...v0.5.1](https://github.com/Hexlet/amocrm-ruby/compare/v0.5.0...v0.5.1) + ## 0.5.0 (2026-02-06) Full Changelog: [v0.4.0...v0.5.0](https://github.com/Hexlet/amocrm-ruby/compare/v0.4.0...v0.5.0) diff --git a/Gemfile.lock b/Gemfile.lock index faba419..0d80ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - amocrm (0.5.0) + amocrm (0.5.1) cgi connection_pool diff --git a/README.md b/README.md index 959146a..484a206 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "amocrm", "~> 0.5.0" +gem "amocrm", "~> 0.5.1" ``` diff --git a/lib/amocrm/version.rb b/lib/amocrm/version.rb index 501a108..470a092 100644 --- a/lib/amocrm/version.rb +++ b/lib/amocrm/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Amocrm - VERSION = "0.5.0" + VERSION = "0.5.1" end