This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch bump-fauxton-to-v1.2.9
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d871b8353c36cab0088df5b2014ec1bfa7428f11
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Dec 16 14:13:58 2022 -0500

    Bump Fauxton to v1.2.9
---
 rebar.config.script           | 2 +-
 src/docs/src/whatsnew/3.3.rst | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 3952ad857..9bd38af31 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -149,7 +149,7 @@ DepDescs = [
 
 %% %% Non-Erlang deps
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.8"}, [raw]},
+                   {tag, "v1.2.9"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
diff --git a/src/docs/src/whatsnew/3.3.rst b/src/docs/src/whatsnew/3.3.rst
index f86b2b181..4cc19e18a 100644
--- a/src/docs/src/whatsnew/3.3.rst
+++ b/src/docs/src/whatsnew/3.3.rst
@@ -156,6 +156,10 @@ Features and Enhancements
 
 * :ghissue:`4287`: Allow ``=`` in config key names.
 
+* :ghissue:`4306`: Fauxton was updated to version v1.2.9. Changes since v1.2.8
+  can be found `here
+  <https://github.com/apache/couchdb-fauxton/releases/tag/v1.2.9>`_
+
 Performance
 -----------
 

Reply via email to