Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffandersen committed Nov 3, 2017
1 parent 5606160 commit 3c33a3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased

### Added
- Client-side name generation to `manifold create`
- `manifold alias` can rename configuration keys on a per-resource basis

### Fixed

## [0.10.0] - 2017-11-03

### Added
- Client-side name generation to `manifold create`
- `manifold alias` can rename configuration keys on a per-resource basis

## [0.9.3] - 2017-10-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
REPO="https://github.com/manifoldco/manifold-cli"

if [ -z "$MANIFOLD_VERSION" ]; then
MANIFOLD_VERSION="0.9.3"
MANIFOLD_VERSION="0.10.0"
fi

if [ -z "$MANIFOLD_DIR" ]; then
Expand Down

0 comments on commit 3c33a3a

Please sign in to comment.