We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0564958 commit d85d0cfCopy full SHA for d85d0cf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 8.12.0
4
+
5
+- Fix basic auth built from percent-encoded URLs (#143)
6
7
## 8.11.0
8
9
- Always set default HTTPS port to 443 (#127)
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.10.0"
+__version__ = "8.12.0"
0 commit comments