summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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