summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 00:16:21 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 00:16:21 +0000
commitad9bd11cecc9ce682de501a9ddf59863ce48afde (patch)
tree032bcb01e655b9970ce8bb7ba3df3de491e45178
parenta9afab8e2175276bc7ccaf5ac5d2af07a250fbff (diff)
downloadffi-yajl-ad9bd11cecc9ce682de501a9ddf59863ce48afde.tar.gz
Bump version to 2.3.3 by Chef Expeditor2.3.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ffi_yajl/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8155b37..2ba6177 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 2.3.3 -->
+## [2.3.3](https://github.com/chef/ffi-yajl/tree/2.3.3) (2019-12-30)
#### Merged Pull Requests
-- Use correct version file [#104](https://github.com/chef/ffi-yajl/pull/104) ([jaymalasinha](https://github.com/jaymalasinha))
+- Substitute require for require_relative [#105](https://github.com/chef/ffi-yajl/pull/105) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Substitute require for require_relative [#105](https://github.com/chef/ffi-yajl/pull/105) ([tas50](https://github.com/tas50)) <!-- 2.3.3 -->
- 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 e703481..45674f1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.2 \ No newline at end of file
+2.3.3 \ No newline at end of file
diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb
index 1e40378..07f1232 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.2".freeze
+ VERSION = "2.3.3".freeze
end