diff --git a/CHANGELOG.md b/CHANGELOG.md index 26039fe..945a146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## 2.17 - 2019-12-02 + +Elements using the default XML namespace can now be queried using XPath queries, +which was broken for quite a while. + +See commit +for more information. + ## 2.16 - 2019-11-29 * XPath namespace aliases can now be used when querying elements using XPath diff --git a/checksum/oga-2.17-java.gem.sha512 b/checksum/oga-2.17-java.gem.sha512 new file mode 100644 index 0000000..764740b --- /dev/null +++ b/checksum/oga-2.17-java.gem.sha512 @@ -0,0 +1 @@ +4e35c653ef64ebfbbee7a933923e9cf53e988028e53cb1535127962d249501881ce35e5c7375b98e43e220b7561961a9d35fe15caf20b263b20367660a59b3eb \ No newline at end of file diff --git a/checksum/oga-2.17.gem.sha512 b/checksum/oga-2.17.gem.sha512 new file mode 100644 index 0000000..d11dce2 --- /dev/null +++ b/checksum/oga-2.17.gem.sha512 @@ -0,0 +1 @@ +9cbb14e1abea3ebec3b7e9051bff5cae466cc4e608df6aa7826add38bcdb5b406cc8090405e63128a6902b24a64082ef5b9d1a36970c399ef4c941f63f2ee305 \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index ca04176..c17a97b 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '2.16' + VERSION = '2.17' end # Oga