README.md in hackerone-client-0.14.2 vs README.md in hackerone-client-0.15.0

- old
+ new

@@ -43,10 +43,13 @@ program = HackerOne::Client::Program.find("insert-program-name-here") # returns all common responses program.common_responses + +# Updates a program's policy +program.update_policy(policy: "Please submit valid vulnerabilities") ``` ## State change hooks You can add hooks that will be called for every state change. This can be useful e.g. for ensuring that reports always get assigned or calling out to external services for specific state changes. @@ -93,10 +96,10 @@ ### Configuration In order to configure whether error handling is strict or lenient, set the `HACKERONE_CLIENT_LENIENT_MODE` variable. -Setting this variable will make the client try to absorb errors, like a malformed bounty or bonus amount. Not setting this variable will cause the client to raise errors. +Setting this variable will make the client try to absorb errors, like a malformed bounty or bonus amount. Not setting this variable will cause the client to raise errors. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/oreoshake/hackerone-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.