Skip to content

Commit

Permalink
Prep v1.0.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-silvas committed Apr 6, 2024
1 parent 9043e3f commit e95c56a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.8](https://github.com/josh-silvas/terraform-provider-awx/compare/v1.0.7...v1.0.8) (2024-04-06)

Thank you! @NikolayDupak

### Changes:

* type for 'inputs' field, from string to map[string]interface{}
* removed unmarshal for 'inputs' field

### Fixes:

* used correct return function in 'resourceCredentialUpdate', changed from 'resourceCredentialSCMRead' to 'resourceCredentialRead'


# [1.0.0](https://github.com/josh-silvas/terraform-provider-awx/compare/v0.25.2...v0.26.0) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.7
v1.0.8

0 comments on commit e95c56a

Please sign in to comment.