From 5363df37a29fe2a4a7ec285fab80236b2a1702b1 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 26 Nov 2023 18:01:31 +0100 Subject: [PATCH] Update README for version 0.9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 678faf5..ca55c5f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.8.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.9.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/money/releases) for a list of changes introduced by each further `0.x.0` version. @@ -309,7 +309,7 @@ $configuration = new PDOProviderConfiguration( $provider = new PDOProvider($pdo, $configuration); ``` -PDOProvider also supports fixed source or target currency, and dynamic `WHERE` conditions. Check the [PDOProviderConfiguration](https://github.com/brick/money/blob/0.8.0/src/ExchangeRateProvider/PDOProviderConfiguration.php) class for more information. +PDOProvider also supports fixed source or target currency, and dynamic `WHERE` conditions. Check the [PDOProviderConfiguration](https://github.com/brick/money/blob/0.9.0/src/ExchangeRateProvider/PDOProviderConfiguration.php) class for more information. ### BaseCurrencyProvider