Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harjain99 committed Aug 5, 2024
1 parent 8103a0f commit 646cde3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## 0.99.3 (Unreleased)
## 1.0.0

ENHANCEMENTS:

* [144](https://github.com/perfectsense/gyro-azure-provider/pull/144): Add documentation for network resource
* [145](https://github.com/perfectsense/gyro-azure-provider/pull/145): Allow public access for storage accounts
* [146](https://github.com/perfectsense/gyro-azure-provider/pull/146): Utilize new java SDK bom
* [149](https://github.com/perfectsense/gyro-azure-provider/pull/149): Add support for multiple client types
* [150](https://github.com/perfectsense/gyro-azure-provider/pull/150): Add support for communication and email services

## 0.99.2 (August 25th, 2020)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Load the Azure provider in your project by consuming it as a `plugin` directive

```shell
@repository: 'https://artifactory.psdops.com/gyro-releases'
@plugin: 'gyro:gyro-azure-provider:0.99.2'
@plugin: 'gyro:gyro-azure-provider:1.0.0'
```

#### Authentication ####
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'maven-publish'
}

def releaseVersion = '0.99.3'
def releaseVersion = '1.0.0'
def releaseBuild = false;

if (System.getenv('CI')) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gyro/azure/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* .. code:: shell
*
* {@literal @}repository: 'https://artifactory.psdops.com/gyro-releases'
* {@literal @}plugin: 'gyro:gyro-azure-provider:0.99.2'
* {@literal @}plugin: 'gyro:gyro-azure-provider:1.0.0'
*
* This lets Gyro load the Azure provider plugin and lets you start managing Azure resources using Gyro.
*
Expand Down

0 comments on commit 646cde3

Please sign in to comment.