Skip to content

Commit

Permalink
Prepare for 1.1 release (#70)
Browse files Browse the repository at this point in the history
Update changelog for a 1.1.0 release.
  • Loading branch information
akshayjshah authored Sep 28, 2017
1 parent 45fa47e commit 13f07c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## v1.1.0 (not released yet)
## v1.1.0 (2017-09-28)

- Expand functions transform a special sequence $$ to literal $.
- The underlying objects encapsulated by config.Value types will now
have the types determined by the YAML unmarshaller regardless of
whether expansion was performed or not.
- Export Provider constructors that take io.Readers.

## v1.0.2 (2017-08-17)

Expand Down Expand Up @@ -36,4 +37,4 @@ First stable release: no breaking changes will be made in the 1.x series.

## v1.0.0-rc1 (2017-06-26)

- **[Breaking]** `Provider` interface was trimmed down to 2 methods: `Name` and `Get`
- **[Breaking]** `Provider` interface was trimmed down to 2 methods: `Name` and `Get`

0 comments on commit 13f07c9

Please sign in to comment.