Skip to content

Commit d8b4233

Browse files
committed
Release 6.6.8
1 parent 16730a2 commit d8b4233

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid causing
33
problems with the site build.
44

5+
Changes between 6.6.7 and 6.6.8
6+
===============================
7+
8+
Module changes
9+
--------------
10+
11+
* `admin` module no longer allows setting `core.owner` value [[#1587][]]
12+
* Allowing any bot admin to change the owner opened Sopel to a
13+
privilege-escalation attack
14+
* Even with this patch, you still should add only users you really trust to
15+
the `admins` list, for obvious reasons
16+
17+
API changes
18+
-----------
19+
20+
* Fixed some content & formatting errors in documentation [[#1589][]]
21+
22+
[#1587]: https://github.com/sopel-irc/sopel/pull/1587
23+
[#1589]: https://github.com/sopel-irc/sopel/pull/1589
24+
25+
526
Changes between 6.6.6 and 6.6.7
627
===============================
728

sopel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import traceback
3131
import signal
3232

33-
__version__ = '6.6.7'
33+
__version__ = '6.6.8'
3434

3535

3636
def _version_info(version=__version__):

0 commit comments

Comments
 (0)