diff --git a/CHANGELOG.md b/CHANGELOG.md index de7573f1..557a69f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + +## [1.6.2] - 2024-01-23 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 69d09f01..5d2d6c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "ipyleaflet", "ipycytoscape", "tabulate", - "fabrictestbed==1.6.5", + "fabrictestbed==1.6.7", "paramiko", "jinja2>=3.0.0", "pandas",