Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #661 from cdosborn/fix-changelog
Browse files Browse the repository at this point in the history
Fix duplicate change log section
  • Loading branch information
cdosborn authored Sep 6, 2018
2 parents 90211ef + ee260f9 commit 9297e08
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased](https://github.com/cyverse/atmosphere/compare/v33-0...HEAD) - YYYY-MM-DD
### Added
- Added AccessTokens model, API view, and serializers to enable new feature
on Troposphere that allows users to create personal access tokens that can
be used to authenticate the user from things like Atmosphere CLI
([#648](https://github.com/cyverse/atmosphere/pull/648))
- Add ability to configure allocation overrides
([#652](https://github.com/cyverse/atmosphere/pull/652))
- Added api v2 delete support
([#654](https://github.com/cyverse/atmosphere/pull/654))

### Changed
- Updated Ansible version to 2.6.1 by changing requirements and changing
Expand All @@ -54,13 +60,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- Reincluded/fixed broken tests
([#657](https://github.com/cyverse/atmosphere/pull/657))

### Added
- Added AccessTokens model, API view, and serializers to enable new feature on
Troposphere that allows users to create personal access tokens that can be
used to authenticate the user from things like Atmosphere CLI ([#648](https://github.com/cyverse/atmosphere/pull/648))
- Added api v2 delete support
([#654](https://github.com/cyverse/atmosphere/pull/654))

## [v33-0](https://github.com/cyverse/atmosphere/compare/v32-2...v33-0) - 2018-08-06
### Changed
- Private networking resources (fixed IP, port, private subnet, private
Expand Down

0 comments on commit 9297e08

Please sign in to comment.