From f22919e55b3c2e6e21707d76ff04971fedda69e4 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 12 Jul 2018 12:43:28 -0400 Subject: [PATCH] 1.2.0-rc.0 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32f9c31..41c54883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# 2.0.0 +# 1.2.0-rc.0 * Removed the `Configuration` class. * Removed the `ConfigurationTransformer` class. * Use `Map` casting to prevent runtime cast errors. +# 1.1.0 (Retroactive changelog) +* Use `package:file`. + # 1.0.5 * Now using `package:merge_map` to merge configurations. Resolves [#5](https://github.com/angel-dart/configuration/issues/5). diff --git a/pubspec.yaml b/pubspec.yaml index 35a9dc9b..2bb28af1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: angel_configuration description: Automatic YAML configuration loader for Angel. -version: 2.0.0-rc.0 +version: 1.2.0-rc.0 author: Tobe O homepage: https://github.com/angel-dart/angel_configuration environment: