diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0e3bc..016928a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v1.1.1 - 2022-11-30 +### Changed +- Change R repository for increased compatibility +- Update links in documentation + +### Added +- Documentation on codespaces +- Tests for TIF-related methods + ## v1.1.0 - 2021-09-23 ### Added - Option to remove R seed from distance computation diff --git a/Project.toml b/Project.toml index c3187b9..8c49404 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioProfiling" uuid = "cef322dc-4d82-11ea-04a7-113231db804d" authors = ["Loan Vulliard "] -version = "1.1.0" +version = "1.1.1" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"