summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-17 17:51:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-17 17:51:35 +0000
commit517cba823ba62d966309812869e70f18c3856c26 (patch)
treec0748c51762eb3052773b873ce27c06b5c7f9a43
parent160f13b5bcc7d83b0894fdbd1a72930d2a0c984b (diff)
downloadffi-yajl-517cba823ba62d966309812869e70f18c3856c26.tar.gz
Bump version to 2.3.4 by Chef Expeditor2.3.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/ffi_yajl/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88a5d7f..1bfe742 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# ffi-yajl Log
+<!-- latest_release 2.3.4 -->
+## [2.3.4](https://github.com/chef/ffi-yajl/tree/2.3.4) (2020-08-17)
+
+#### Merged Pull Requests
+- Optimize our requires [#109](https://github.com/chef/ffi-yajl/pull/109) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.3.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Optimize our requires [#109](https://github.com/chef/ffi-yajl/pull/109) ([tas50](https://github.com/tas50)) <!-- 2.3.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -151,4 +159,4 @@
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/VERSION b/VERSION
index 45674f1..fd06a92 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.3 \ No newline at end of file
+2.3.4 \ No newline at end of file
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index 07f1232..167606f 100644
--- a/lib/ffi_yajl/version.rb
+++ b/lib/ffi_yajl/version.rb
@@ -21,5 +21,5 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
module FFI_Yajl
- VERSION = "2.3.3".freeze
+ VERSION = "2.3.4".freeze
end