summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-14 17:15:17 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-14 17:15:17 +0000
commitdd0232bf6107e64321a36da3348ab8cc8e5046dd (patch)
tree6bb1f23b5bdf1ae4123d061d300f48e512cd99af
parent1e082d18c2889e78b7022397cb76bc288acb4358 (diff)
downloadffi-yajl-dd0232bf6107e64321a36da3348ab8cc8e5046dd.tar.gz
Bump version to 2.3.2 by Chef Expeditor2.3.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ffi_yajl/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2541ff..8155b37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# ffi-yajl Log
+<!-- latest_release 2.3.2 -->
+## [2.3.2](https://github.com/chef/ffi-yajl/tree/2.3.2) (2019-10-14)
+
+#### Merged Pull Requests
+- Use correct version file [#104](https://github.com/chef/ffi-yajl/pull/104) ([jaymalasinha](https://github.com/jaymalasinha))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.3.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Use correct version file [#104](https://github.com/chef/ffi-yajl/pull/104) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 2.3.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index a625450..e703481 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.1 \ No newline at end of file
+2.3.2 \ No newline at end of file
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index 6be178d..1e40378 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.1".freeze
+ VERSION = "2.3.2".freeze
end