Skip to content

Commit a225905

Browse files
authored
Merge pull request #258 from StackStorm/release/v1.6.0
Prepare for orquesta v1.6.0 release
2 parents efd5bb4 + 565a6b0 commit a225905

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
In Development
5-
--------------
4+
1.6.0
5+
-----
66

77
Changed
88
~~~~~~~
@@ -13,9 +13,13 @@ Changed
1313
Contributed by @AndroxxTraxxon
1414
* Add Python versions 3.9, 3.10, and 3.11 to the test matrix
1515
Contributed by @AndroxxTraxxon
16-
* Update networkx >=2.6 for Python 3.8 to fix insecure deserialization #255 (improvement)
16+
17+
Fixed
18+
~~~~~
19+
20+
* Update networkx >=2.6 for Python 3.8 to fix insecure deserialization #255 (security fix)
1721
Contributed by @Stealthii
18-
* Update jsonschema requirements to allow 3.2 (improvement)
22+
* Update jsonschema requirements to allow 3.2 (security fix)
1923
Contributed by @james-bellamy
2024

2125
1.5.0

orquesta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.5.0"
15+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)