Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGauld committed Jan 9, 2021
1 parent 303e939 commit 93f079c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Gandi V5 API Gem Changelog

## Version 0.10.0

* GandiV5::Domain
* Add \#transfer_lock(lock = true) and \#transfer_unlock
* Add template_id argument to .create
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Details of the gem's API can be found at <https://rubydoc.info/github/robertgaul
If you're using bundler then add it to your Gemfile and run the bundle command.

```ruby
gem 'gandi_v5', '~> 0.9'
gem 'gandi_v5', '~> 0.10'
```

If you're not using bundler then install it from the command line.
```bash
gem install gandi_v5 -v '~> 0.9'
gem install gandi_v5 -v '~> 0.10'
```

## Usage
Expand Down Expand Up @@ -124,7 +124,7 @@ We follow the [Semantic Versioning](http://semver.org/) concept.

| Gem Version | Gandi API Release Date |
| --------------- | ------------------------ |
| | 2020-12-10 |
| 0.10.0 | 2020-12-10 |
| 0.9.0 | 2020-07-29 |
| 0.8.0 | 2020-07-10 |
| 0.7.0 | 2020-05-07 |
Expand Down
2 changes: 1 addition & 1 deletion lib/gandi_v5/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class GandiV5
VERSION = '0.10.0.dev'
VERSION = '0.10.0'
end

0 comments on commit 93f079c

Please sign in to comment.